зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1059308 - cleanup highlighter.js. r=pbrosset
This commit is contained in:
Родитель
973204b91e
Коммит
3d553f1464
|
@ -610,7 +610,6 @@ function AutoRefreshHighlighter(tabActor) {
|
|||
EventEmitter.decorate(this);
|
||||
|
||||
this.tabActor = tabActor;
|
||||
this.browser = tabActor.browser;
|
||||
this.win = tabActor.window;
|
||||
|
||||
this.currentNode = null;
|
||||
|
@ -759,7 +758,6 @@ AutoRefreshHighlighter.prototype = {
|
|||
|
||||
this.tabActor = null;
|
||||
this.win = null;
|
||||
this.browser = null;
|
||||
this.currentNode = null;
|
||||
this.layoutHelpers = null;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче