Bug 1265775 - replace Cu.reportError with console.error in devtools client code r=tromey

This commit is contained in:
James Long
2016-05-06 11:29:10 -04:00
parent 052941a34f
commit ece81a7a77
37 changed files with 90 additions and 92 deletions

View File

@@ -50,7 +50,7 @@ PerformancePanel.prototype = {
// does not exist), and in that case, the tool shouldn't be available,
// so let's ensure this assertion.
if (!front) {
Cu.reportError("No PerformanceFront found in toolbox.");
console.error("No PerformanceFront found in toolbox.");
}
this.panelWin.gFront = front;