Bug 824107 - Session Data lost on startup if nsISessionStartup.sessionType is referenced before async load complete. r=dteller

This commit is contained in:
Michael Kraft 2013-01-06 22:24:15 -05:00
Родитель fb7916fef7
Коммит 99915ab074
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -82,8 +82,6 @@ SessionStartup.prototype = {
if (pbs.lastChangedByCommandLine)
return;
#endif
// Session state is unknown until we read the file.
this._sessionType = null;
_SessionFile.read().then(
this._onSessionFileRead.bind(this)
);