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:
Jim Mathies 2014-10-24 14:49:00 -05:00
parent 56ed819e8d
commit d93ef51bc1

View File

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