diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 126a4d9..9763a84 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -6,6 +6,7 @@ this.EXPORTED_SYMBOLS = ['contentPolicy', 'docObserver']; Components.utils['import']('resource://gre/modules/Services.jsm'); Components.utils['import']('resource://gre/modules/XPCOMUtils.jsm'); +// Components.utils['import']('resource://gre/modules/devtools/Console.jsm'); const Ci = Components.interfaces; let appName;