Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
const { Cc, Ci, Cu, Cr } = require("chrome");
|
||||
const promise = require("sdk/core/promise");
|
||||
const EventEmitter = require("devtools/toolkit/event-emitter");
|
||||
|
||||
const { DevToolsUtils } = Cu.import("resource://gre/modules/devtools/DevToolsUtils.jsm", {});
|
||||
|
||||
function DebuggerPanel(iframeWindow, toolbox) {
|
||||
@@ -60,7 +59,7 @@ DebuggerPanel.prototype = {
|
||||
return this;
|
||||
})
|
||||
.then(null, function onError(aReason) {
|
||||
DevToolsUtils.reportException("DebuggerPane.prototype.open", aReason);
|
||||
DevToolsUtils.reportException("DebuggerPanel.prototype.open", aReason);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user