mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188543 - Make sure finishTabSwitch is always called on layers ready. r=blassey
This commit is contained in:
parent
f979ab17aa
commit
522962e28c
@ -3371,6 +3371,8 @@
|
|||||||
let tab = this.tabbrowser.getTabForBrowser(browser);
|
let tab = this.tabbrowser.getTabForBrowser(browser);
|
||||||
this.setTabState(tab, this.STATE_LOADED);
|
this.setTabState(tab, this.STATE_LOADED);
|
||||||
|
|
||||||
|
this.finishTabSwitch();
|
||||||
|
|
||||||
if (this.loadingTab === tab) {
|
if (this.loadingTab === tab) {
|
||||||
clearTimeout(this.loadTimer);
|
clearTimeout(this.loadTimer);
|
||||||
this.loadTimer = null;
|
this.loadTimer = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user