Backout Bug 399838 to investigate Ts regression.

This commit is contained in:
dolske@mozilla.com 2007-10-24 20:57:09 -07:00
Родитель f0d137c0cc
Коммит c8773367f3
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -420,8 +420,10 @@ SessionStoreService.prototype = {
delete this._initialState;
}
// restart any interrupted downloads
aWindow.setTimeout(this.retryDownloads, 0);
if (this._lastSessionCrashed) {
// restart any interrupted downloads
aWindow.setTimeout(this.retryDownloads, 0);
}
}
var tabbrowser = aWindow.getBrowser();