Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout

This commit is contained in:
Sebastian Hengst
2017-01-11 23:21:56 +01:00
parent 1bb96c44c0
commit c6d9ef3e98
429 changed files with 4017 additions and 4014 deletions

View File

@@ -90,7 +90,7 @@ PerformancePanel.prototype = {
this._destroyed = true;
}),
_checkRecordingStatus() {
_checkRecordingStatus: function () {
if (this.panelWin.PerformanceController.isRecording()) {
this.toolbox.highlightTool("performance");
} else {