From 5a9f3fa6fed0cf27bb069f1b2ab98bac48fabde8 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 26 Jan 2016 17:57:53 -0500 Subject: [PATCH] new path for location of Console.jsm --- 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 21b643fab..104caddc9 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://devtools/Console.jsm'); +//Cu.import('resource://gre/modules/Console.jsm'); /******************************************************************************/