Bug 1237731 - Sync doesn't work and jumps back to welcome screen. r=gwagner

This commit is contained in:
Fernando Jimenez 2016-01-18 12:38:35 +01:00
parent ad461a4298
commit c763b0e530

View File

@ -40,7 +40,7 @@ const TYPED_ARRAY_THINGS = new Set([
]);
this.SETTINGSDB_NAME = "settings";
this.SETTINGSDB_VERSION = 7;
this.SETTINGSDB_VERSION = 8;
this.SETTINGSSTORE_NAME = "settings";
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");