From d584be832bf2254d88e32bc36b156afbfbd0110b Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 19 Jan 2016 09:28:39 -0500 Subject: [PATCH] this addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1203159 --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 3e494f885..21b643fab 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -33,7 +33,7 @@ const {XPCOMUtils} = Cu.import('resource://gre/modules/XPCOMUtils.jsm', null); const hostName = Services.io.newURI(Components.stack.filename, null, null).host; const rpcEmitterName = hostName + ':child-process-message'; -//Cu.import('resource://gre/modules/devtools/Console.jsm'); +//Cu.import('resource://devtools/Console.jsm'); /******************************************************************************/