mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 626683 - tabitems.js:905 - TypeError: this._reconnect is not a function r=ian a=dtownsend
This commit is contained in:
parent
b6dc70790e
commit
94383f980d
@ -901,8 +901,6 @@ let TabItems = {
|
||||
);
|
||||
|
||||
if (shouldDefer) {
|
||||
if (!this.reconnectingPaused() && !tab._tabViewTabItem._reconnected)
|
||||
this._reconnect(tab._tabViewTabItem);
|
||||
if (this._tabsWaitingForUpdate.indexOf(tab) == -1)
|
||||
this._tabsWaitingForUpdate.push(tab);
|
||||
this.startHeartbeat();
|
||||
|
Loading…
Reference in New Issue
Block a user