Bug 821840 - Fix redeclaration warning in SessionStore.js r=bnicholson

This commit is contained in:
Mark Finkle 2012-12-15 23:55:03 -05:00
parent 2126699ba5
commit 988653e355

View File

@ -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;