mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1130057 - TypeError: this.__DOM_IMPL_ is undefined Preventing Purchase on FF Android Nightly. r=wjohnston
This commit is contained in:
parent
15061e2136
commit
5baa8e69fb
@ -43,7 +43,6 @@ PaymentProviderStrategy.prototype = {
|
||||
|
||||
get iccInfo() {
|
||||
if (!this._iccInfo) {
|
||||
this.__DOM_IMPL_._clearCachedIccInfoValue();
|
||||
// XXX Multi-SIM support for Android payments. Bug 1112052
|
||||
this._iccInfo = [{
|
||||
mcc: this._getNetworkInfo("mcc"),
|
||||
|
Loading…
Reference in New Issue
Block a user