Bug 1067552 - Assertion in RuntimeService::ShutdownIdleThreads. r=bent

This commit is contained in:
Gregor Wagner 2014-09-15 22:09:10 +02:00
parent 242b3ade39
commit 76d5902ffa

View File

@ -1691,7 +1691,7 @@ RuntimeService::ShutdownIdleThreads(nsITimer* aTimer, void* /* aClosure */)
}
}
NS_ASSERTION(nextExpiration.IsNull() || !expiredThreads.IsEmpty(),
NS_ASSERTION(!nextExpiration.IsNull() || !expiredThreads.IsEmpty(),
"Should have a new time or there should be some threads to shut "
"down");