mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
Bug 1059308 - cleanup highlighter.js r=pbrosset
This commit is contained in:
parent
caca8bba92
commit
f99c89ffdd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user