From f99c89ffdde16c4511270d7552c409028f71e420 Mon Sep 17 00:00:00 2001 From: Alexandre Poirot Date: Thu, 26 Feb 2015 03:53:00 +0100 Subject: [PATCH] Bug 1059308 - cleanup highlighter.js r=pbrosset --- toolkit/devtools/server/actors/highlighter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolkit/devtools/server/actors/highlighter.js b/toolkit/devtools/server/actors/highlighter.js index 069ce3a71148..b58f3b161564 100644 --- a/toolkit/devtools/server/actors/highlighter.js +++ b/toolkit/devtools/server/actors/highlighter.js @@ -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; }