diff --git a/browser/components/sessionstore/src/nsSessionStore.js b/browser/components/sessionstore/src/nsSessionStore.js index 7f3e68d5698..db22ac3559f 100644 --- a/browser/components/sessionstore/src/nsSessionStore.js +++ b/browser/components/sessionstore/src/nsSessionStore.js @@ -1734,8 +1734,6 @@ SessionStoreService.prototype = { var nonPopupCount = 0; var ix; for (ix in this._windows) { - if (this._windows[ix].tabs.length == 0) - continue; total.push(this._windows[ix]); windows.push(ix); if (!this._windows[ix].isPopup)