From 1849a5e11266b6b20d3e4ee80068bd1fa384e6ab Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 18 Jan 2011 10:58:37 -0800 Subject: [PATCH] Backed out changeset e2a0e70eb360 a=bustage --- browser/base/content/tabview/tabitems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/tabview/tabitems.js b/browser/base/content/tabview/tabitems.js index b0cafd82be94..14453687787f 100644 --- a/browser/base/content/tabview/tabitems.js +++ b/browser/base/content/tabview/tabitems.js @@ -902,7 +902,7 @@ let TabItems = { if (shouldDefer) { if (!this.reconnectingPaused() && !tab._tabViewTabItem._reconnected) - tab._tabViewTabItem._reconnect(); + this._reconnect(tab._tabViewTabItem); if (this._tabsWaitingForUpdate.indexOf(tab) == -1) this._tabsWaitingForUpdate.push(tab); this.startHeartbeat();