Fx60 compatibility: Fix devtools initialization

This commit is contained in:
Dan Stillman 2018-02-25 04:23:39 -05:00
parent 4a22184156
commit 76bf7a6f61

View File

@ -585,8 +585,8 @@ ZoteroCommandLineHandler.prototype = {
if (!DebuggerServer.initialized) {
dump("Initializing devtools server\n");
DebuggerServer.init();
DebuggerServer.registerAllActors();
DebuggerServer.allowChromeProcess = true;
DebuggerServer.addBrowserActors();
}
let listener = DebuggerServer.createListener();