Bug 538918 - Don't test the stack depth on entering WaitForNotify(). r=cjones.

This commit is contained in:
Jim Mathies 2010-02-10 20:30:21 -06:00
Родитель 1db388196b
Коммит f0e6e5fa63
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.