зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
bbf913815d
Коммит
9eed02b2ae
|
@ -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" });
|
||||
|
|
Загрузка…
Ссылка в новой задаче