Bug 1146557 P2 Flip dom.caches.enabled to true on non-release builds. r=ehsan

This commit is contained in:
Ben Kelly 2015-03-24 07:34:17 -07:00
parent dd3b5996a9
commit 17e68fbdb1

View File

@ -4474,7 +4474,11 @@ pref("camera.control.face_detection.enabled", true);
// SW Cache API
#ifdef RELEASE_BUILD
pref("dom.caches.enabled", false);
#else
pref("dom.caches.enabled", true);
#endif // RELEASE_BUILD
#ifdef MOZ_WIDGET_GONK
// Empirically, this is the value returned by hal::GetTotalSystemMemory()