зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1130057 - TypeError: this.__DOM_IMPL_ is undefined Preventing Purchase on FF Android Nightly. r=wjohnston
This commit is contained in:
Родитель
15061e2136
Коммит
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"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче