mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 752688 - Fix typo in SessionStore.js to fix exception that kills session restore. r=mfinkle
This commit is contained in:
parent
a227127b18
commit
17258060c5
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user