From 5baa8e69fbf296fc0a96c9f67e40d7784d0eb2bd Mon Sep 17 00:00:00 2001 From: Fernando Jimenez Date: Mon, 9 Feb 2015 21:55:16 +0100 Subject: [PATCH] Bug 1130057 - TypeError: this.__DOM_IMPL_ is undefined Preventing Purchase on FF Android Nightly. r=wjohnston --- mobile/android/components/PaymentProviderStrategy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/android/components/PaymentProviderStrategy.js b/mobile/android/components/PaymentProviderStrategy.js index ec7b7674f76c..cf683d7d8ec6 100644 --- a/mobile/android/components/PaymentProviderStrategy.js +++ b/mobile/android/components/PaymentProviderStrategy.js @@ -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"),