Bug 891360 - Follow-up to fix syntax error; r=bustage

This commit is contained in:
Tim Taubert 2013-07-12 14:00:00 +02:00
Родитель 6b014f1dd8
Коммит 7b669f895b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -125,7 +125,7 @@ let Agent = {
if (!this.initialState) {
throw new Error("writeLoadStateOnceAfterStartup() must not be called " +
"without a valid session state or before it has been " +
"read from disk.";
"read from disk.");
}
// Make sure we can't call this function twice.