зеркало из https://github.com/mozilla/pjs.git
hotfix for newly-discovered browser_526613.js failure; will file a bug on this
This commit is contained in:
Родитель
932bf07b06
Коммит
ef82ad6841
|
@ -1734,6 +1734,8 @@ 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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче