Bug 767045 - Unfinished merge of marionettecomponent.js commited; r=mdas

This commit is contained in:
Kyle Machulis 2012-06-21 10:43:24 -07:00
parent 4072914c68
commit 194522922c

View File

@ -81,12 +81,8 @@ MarionetteComponent.prototype = {
Services.prefs.setBoolPref(DEBUGGER_ENABLED_PREF, true);
// Always allow remote connections.
DebuggerServer.initTransport(function () { return true; });
<<<<<<< local
DebuggerServer.openListener(port);
=======
DebuggerServer.openListener(port, true);
Services.prefs.setBoolPref(DEBUGGER_ENABLED_PREF, original);
>>>>>>> other
}
catch(e) {
this.logger.error('exception: ' + e.name + ', ' + e.message);