Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD

This commit is contained in:
Ed Morley
2014-03-27 19:07:31 +00:00
parent c165809f08
commit 94fd0585ad
70 changed files with 5759 additions and 101 deletions

View File

@@ -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);
});
},