зеркало из https://github.com/mozilla/pjs.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:
Родитель
4f42d745dc
Коммит
7ecf879e2d
|
@ -1025,7 +1025,7 @@ SessionStoreService.prototype = {
|
||||||
for (var i = 0; i < aEntry.childCount; i++) {
|
for (var i = 0; i < aEntry.childCount; i++) {
|
||||||
var child = aEntry.GetChildAt(i);
|
var child = aEntry.GetChildAt(i);
|
||||||
if (child) {
|
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
|
else { // to maintain the correct frame order, insert a dummy entry
|
||||||
entry.children.push({ url: "about:blank" });
|
entry.children.push({ url: "about:blank" });
|
||||||
|
|
Загрузка…
Ссылка в новой задаче