зеркало из https://github.com/mozilla/gecko-dev.git
Bug 824107 - Session Data lost on startup if nsISessionStartup.sessionType is referenced before async load complete. r=dteller
This commit is contained in:
Родитель
fb7916fef7
Коммит
99915ab074
|
@ -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)
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче