mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Bug 1569676 - Make new performance panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39711 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
110f312141
commit
6bdd13f105
@ -45,7 +45,7 @@ class PerformancePanel {
|
||||
return this.toolbox.target;
|
||||
}
|
||||
|
||||
async destroy() {
|
||||
destroy() {
|
||||
// Make sure this panel is not already destroyed.
|
||||
if (this._destroyed) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user