Bug 1059308 - cleanup highlighter.js r=pbrosset

This commit is contained in:
Alexandre Poirot 2015-02-26 03:53:00 +01:00
parent caca8bba92
commit f99c89ffdd

View File

@ -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;
}