Bug 882760: Fix devtool's JSM global issue on b2g; r=jimb

This commit is contained in:
Alexandre Poirot 2013-06-22 09:01:12 -04:00
parent f910a1819c
commit 98f929dde8

View File

@ -31,7 +31,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "WebConsoleClient",
"resource://gre/modules/devtools/WebConsoleClient.jsm");
Components.utils.import("resource://gre/modules/devtools/DevToolsUtils.jsm");
var { makeInfallible } = DevToolsUtils;
this.makeInfallible = DevToolsUtils.makeInfallible;
let wantLogging = Services.prefs.getBoolPref("devtools.debugger.log");