Bug 857834 - Remove a warning in the startupcache. r=mwu
This commit is contained in:
@@ -90,7 +90,6 @@ StartupCache::GetSingleton()
|
||||
{
|
||||
if (!gStartupCache) {
|
||||
if (XRE_GetProcessType() != GeckoProcessType_Default) {
|
||||
NS_WARNING("Startup cache is only available in the chrome process");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user