зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1067552 - Assertion in RuntimeService::ShutdownIdleThreads. r=bent
This commit is contained in:
Родитель
242b3ade39
Коммит
76d5902ffa
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче