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 16:00:03 +00:00
Родитель 4f42d745dc
Коммит 7ecf879e2d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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" });