Bug 787181 - DebuggerController._isChromeDebugger is broken, fix remote-enabled pref typo

This commit is contained in:
Victor Porof 2012-09-14 00:30:14 +03:00
parent 6f30909856
commit 641754b6c0

View File

@ -494,7 +494,7 @@ ChromeDebuggerProcess.prototype = {
}
if (result == 2) {
DebuggerServer.closeListener();
Services.prefs.setBoolPref("devtools.debugger.chrome-enabled", false);
Services.prefs.setBoolPref("devtools.debugger.remote-enabled", false);
}
return false;
},