Backed out changeset de19108477c7 (bug 1447193) for not fixing the issue- requested. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2018-03-28 21:16:32 +03:00
parent 231e71db2a
commit 3854319e77

View File

@ -1009,13 +1009,6 @@ class AsyncTabSwitcher {
if (this.switchInProgress && this.requestedTab &&
(this.getTabState(this.requestedTab) == this.STATE_LOADED ||
this.requestedTab === this.blankTab)) {
let browser = this.requestedTab.linkedBrowser;
let { tabParent } = browser.frameLoader;
if (tabParent && this.activeSuppressDisplayport.has(tabParent)) {
tabParent.suppressDisplayport(false);
this.activeSuppressDisplayport.delete(tabParent);
}
// After this point the tab has switched from the content thread's point of view.
// The changes will be visible after the next refresh driver tick + composite.
let time = TelemetryStopwatch.timeElapsed("FX_TAB_SWITCH_TOTAL_E10S_MS", this.window);