Bug 416115 - "session restore busted after 393716 checkin" (fix embarassing typo) [p=zeniko@gmail.com (Simon Bünzli) r=dietrich a=bustage]

This commit is contained in:
reed@reedloden.com 2008-02-07 08:00:03 -08:00
parent bbf913815d
commit 9eed02b2ae

View File

@ -1025,7 +1025,7 @@ SessionStoreService.prototype = {
for (var i = 0; i < aEntry.childCount; i++) {
var child = aEntry.GetChildAt(i);
if (child) {
entry.children.push(this._serializeHistoryEntry(child), aFullData);
entry.children.push(this._serializeHistoryEntry(child, aFullData));
}
else { // to maintain the correct frame order, insert a dummy entry
entry.children.push({ url: "about:blank" });