mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1088802 - Fix startup issues with metro frontend due to reassignment error introduced by a recent mc merge. r=mbrubeck
This commit is contained in:
parent
56ed819e8d
commit
d93ef51bc1
@ -626,7 +626,7 @@ SessionStore.prototype = {
|
||||
if (aBrowser.__SS_restore)
|
||||
return;
|
||||
|
||||
let aHistory = aHistory || { entries: [{ url: aBrowser.currentURI.spec, title: aBrowser.contentTitle }], index: 1 };
|
||||
aHistory = aHistory || { entries: [{ url: aBrowser.currentURI.spec, title: aBrowser.contentTitle }], index: 1 };
|
||||
|
||||
let tabData = {};
|
||||
tabData.entries = aHistory.entries;
|
||||
|
Loading…
Reference in New Issue
Block a user