mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 605299 - Could potentially miss starting a restore [r=dao, a-2.0=dolske]
This commit is contained in:
parent
6842741d6f
commit
3dfe08cd1f
@ -2620,13 +2620,14 @@ SessionStoreService.prototype = {
|
||||
browser.__SS_restore_pageStyle = tabData.pageStyle || "";
|
||||
browser.__SS_restore_tab = aTab;
|
||||
|
||||
didStartLoad = true;
|
||||
try {
|
||||
didStartLoad = true;
|
||||
browser.webNavigation.gotoIndex(activeIndex);
|
||||
}
|
||||
catch (ex) {
|
||||
// ignore page load errors
|
||||
aTab.removeAttribute("busy");
|
||||
didStartLoad = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user