☠☠ backed out by 8437b860258f ☠ ☠ | |
author | Alexandre Poirot <poirot.alex@gmail.com> |
Mon, 05 Aug 2019 10:47:01 +0000 | |
changeset 486211 | 1bc927ef181a8f0a2cbeb54886b7bf74df7a5d49 |
parent 486210 | 5227c89295f4dd87c0a15b150b2eec9d72b54205 |
child 486212 | c0b0e0410a665f532c1abb69bd24142dfcd97b9c |
push id | 91699 |
push user | apoirot@mozilla.com |
push date | Mon, 05 Aug 2019 16:02:57 +0000 |
treeherder | autoland@997ad11003a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jdescottes |
bugs | 1569676 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/devtools/client/performance-new/panel.js +++ b/devtools/client/performance-new/panel.js @@ -40,17 +40,17 @@ class PerformancePanel { } // DevToolPanel API: get target() { return this.toolbox.target; } - async destroy() { + destroy() { // Make sure this panel is not already destroyed. if (this._destroyed) { return; } this.panelWin.gDestroy(); this.emit("destroyed"); this._destroyed = true; }