Bug 1071104 - Remove legacy "hasWrittenState" flag from SessionWorker r=yoric

This commit is contained in:
Tim Taubert 2014-09-22 19:11:00 +02:00
Родитель d62e1dc202
Коммит 96fa1e7309
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -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,