mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821840 - Fix redeclaration warning in SessionStore.js r=bnicholson
This commit is contained in:
parent
023d6bc402
commit
cbcd03fffa
@ -503,7 +503,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