Bug 1510410 - Enable Next Generation Local Storage Implementation on Nightly; r=asuth

This commit is contained in:
Jan Varga 2018-12-21 11:54:53 +01:00
Родитель 7471c576bb
Коммит 2c3d7e1bb6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1285,7 +1285,7 @@ pref("dom.storage.enabled", true);
// Whether or not LSNG (Next Generation Local Storage) is enabled.
// See bug 1510410 for enabling this on Nightly.
#ifdef NIGHTLY_BUILD
pref("dom.storage.next_gen", false);
pref("dom.storage.next_gen", true);
#else
pref("dom.storage.next_gen", false);
#endif