Bug 766206 - Add missing parameter to catch clause, DONTBUILD because NPOTB

This commit is contained in:
Jonathan Griffin 2012-06-19 15:29:17 -07:00
Родитель 1cfdf55a98
Коммит a7b6b98c1d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ MarionetteComponent.prototype = {
try {
original = Services.prefs.getBoolPref(DEBUGGER_ENABLED_PREF);
}
catch() { }
catch(e) { }
Services.prefs.setBoolPref(DEBUGGER_ENABLED_PREF, true);
// Always allow remote connections.
DebuggerServer.initTransport(function () { return true; });