Bug 1686184 - [devtools] Cleanup webreplay leftover in inspector/inspector.js r=nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D101444
This commit is contained in:
Julian Descottes 2021-01-12 08:31:56 +00:00
Родитель 8275be2d9a
Коммит b3c13a8444
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -1646,9 +1646,6 @@ Inspector.prototype = {
}
this._destroyed = true;
this.currentTarget.threadFront.off("paused", this.handleThreadPaused);
this.currentTarget.threadFront.off("resumed", this.handleThreadResumed);
this.cancelUpdate();
this.sidebar.destroy();