Bug 857834 - Remove a warning in the startupcache. r=mwu

This commit is contained in:
Justin Lebar 2013-04-08 20:31:44 -04:00
parent 82a486ee89
commit 69782293d6

View File

@ -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;
}