mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 17:43:44 +00:00
Bug 1061902 - [SettingsDB] Bump version number. r=gwagner
This commit is contained in:
parent
8e5d90fb71
commit
85f5f1661a
@ -30,7 +30,7 @@ const TYPED_ARRAY_THINGS = new Set([
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
this.SETTINGSDB_NAME = "settings";
|
this.SETTINGSDB_NAME = "settings";
|
||||||
this.SETTINGSDB_VERSION = 4;
|
this.SETTINGSDB_VERSION = 5;
|
||||||
this.SETTINGSSTORE_NAME = "settings";
|
this.SETTINGSSTORE_NAME = "settings";
|
||||||
|
|
||||||
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");
|
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");
|
||||||
|
Loading…
Reference in New Issue
Block a user