diff --git a/browser/components/sessionstore/src/nsSessionStore.js b/browser/components/sessionstore/src/nsSessionStore.js index 1e149b5711a6..6785599dcfd1 100644 --- a/browser/components/sessionstore/src/nsSessionStore.js +++ b/browser/components/sessionstore/src/nsSessionStore.js @@ -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" });