зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1071104 - Remove legacy "hasWrittenState" flag from SessionWorker r=yoric
This commit is contained in:
Родитель
d62e1dc202
Коммит
96fa1e7309
|
@ -63,12 +63,6 @@ const STATE_UPGRADE_BACKUP = "upgradeBackup";
|
|||
const STATE_EMPTY = "empty";
|
||||
|
||||
let Agent = {
|
||||
// Boolean that tells whether we already made a
|
||||
// call to write(). We will only attempt to move
|
||||
// sessionstore.js to sessionstore.bak on the
|
||||
// first write.
|
||||
hasWrittenState: false,
|
||||
|
||||
// Path to the files used by the SessionWorker
|
||||
Paths: null,
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче