mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1071104 - Remove legacy "hasWrittenState" flag from SessionWorker r=yoric
This commit is contained in:
parent
d62e1dc202
commit
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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user