Index: mobile/android/chrome/content/browser.js |
diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js |
index e886b41ba473008b259573c0522fb2191c634379..3630cb1a32fb9aebc0ffd294351174340cad7a23 100644 |
--- a/mobile/android/chrome/content/browser.js |
+++ b/mobile/android/chrome/content/browser.js |
@@ -8448,3 +8448,7 @@ HTMLContextMenuItem.prototype = Object.create(ContextMenuItem.prototype, { |
} |
}, |
}); |
+ |
+let {AdblockPlusApi} = Cu.import("chrome://adblockplus/content/Api.jsm"); |
+AdblockPlusApi.initCommunication(); |
+ |