Restore localId initial pref value to what it was before bug 792015 r=me

This commit is contained in:
Fabrice Desré 2012-09-19 15:15:58 -07:00
parent 89e35b068f
commit cd03a8d1ff

View File

@ -3732,7 +3732,7 @@ pref("toolkit.identity.debug", false);
pref("dom.mozApps.dev_mode", false);
// Lowest localId for apps.
pref("dom.mozApps.maxLocalId", 0);
pref("dom.mozApps.maxLocalId", 1000);
// Let us know wether we should run the permissions update algorithm.
// See Bug 787439