Bug 649194 - Abort when the cache IO thread can't be created

This commit is contained in:
Michal Novotny 2012-03-27 10:20:54 +02:00
parent d7940989f5
commit 8620563b3e

View File

@ -1186,7 +1186,7 @@ nsCacheService::Init()
nsresult rv = NS_NewThread(getter_AddRefs(mCacheIOThread));
if (NS_FAILED(rv)) {
NS_WARNING("Can't create cache IO thread");
NS_RUNTIMEABORT("Can't create cache IO thread");
}
rv = nsDeleteDir::Init();