Bug 1130057 - TypeError: this.__DOM_IMPL_ is undefined Preventing Purchase on FF Android Nightly. r=wjohnston

This commit is contained in:
Fernando Jimenez 2015-02-09 21:55:16 +01:00
parent f7e8c46c63
commit 52e8271bb1

View File

@ -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"),