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:
Jim Mathies 2010-02-10 20:30:21 -06:00
Родитель 0c66f9546b
Коммит 713894c25d
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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.