Bug 752688 - Fix typo in SessionStore.js to fix exception that kills session restore. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-05-10 13:53:24 -07:00
parent a227127b18
commit 17258060c5

View File

@ -744,7 +744,7 @@ SessionStore.prototype = {
matchingEntry = {shEntry: shEntry, childDocIdents: childDocIdents};
aDocIdentMap[aEntry.docIdentifier] = matchingEntry;
} else {
shEntry.adoptBFCacheEntry(matchingEntry);
shEntry.adoptBFCacheEntry(matchingEntry.shEntry);
childDocIdents = matchingEntry.childDocIdents;
}
}