зеркало из https://github.com/mozilla/gecko-dev.git
Bug 538918 - Don't test the stack depth on entering WaitForNotify(). r=cjones.
--HG-- extra : transplant_source : %5D%07%E1%C6Q%F4%E0%DE%BD%89%BDb%EE%8FSo%06l-%1B
This commit is contained in:
Родитель
0c66f9546b
Коммит
713894c25d
|
@ -706,12 +706,6 @@ RPCChannel::WaitForNotify()
|
|||
{
|
||||
mMutex.AssertCurrentThreadOwns();
|
||||
|
||||
if (!StackDepth()) {
|
||||
NS_ASSERTION(!StackDepth(),
|
||||
"StackDepth() is 0 in a call to RPCChannel::WaitForNotify?");
|
||||
return true;
|
||||
}
|
||||
|
||||
MutexAutoUnlock unlock(mMutex);
|
||||
|
||||
// Initialize global objects used in deferred messaging.
|
||||
|
|
Загрузка…
Ссылка в новой задаче