Bug 999631 - Disable startup cache via a dedicated flag. r=mshal

This commit is contained in:
Alexandre Poirot
2014-04-23 04:57:00 -04:00
parent 338150cfc5
commit 264295d76f
3 changed files with 20 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ StartupCache::GetSingleton()
if (XRE_GetProcessType() != GeckoProcessType_Default) {
return nullptr;
}
#ifdef MOZ_B2G
#ifdef MOZ_DISABLE_STARTUP_CACHE
return nullptr;
#endif