зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1161072 - Destroy highlighter actor on disconnect. r=pbrosset
This commit is contained in:
Родитель
c58ddfca92
Коммит
b10cae099e
|
@ -3504,7 +3504,9 @@ var InspectorActor = exports.InspectorActor = protocol.ActorClass({
|
|||
}
|
||||
|
||||
this._highlighterPromise = this.getWalker().then(walker => {
|
||||
return HighlighterActor(this, autohide);
|
||||
let highlighter = HighlighterActor(this, autohide);
|
||||
this.manage(highlighter);
|
||||
return highlighter;
|
||||
});
|
||||
return this._highlighterPromise;
|
||||
}, {
|
||||
|
|
Загрузка…
Ссылка в новой задаче