Bug 556424 - mozilla::MonitorAutoEnter::NotifyAll() should notify all. r=cjones
This commit is contained in:
Родитель
928e628e4f
Коммит
801195f2d5
|
@ -233,7 +233,7 @@ public:
|
|||
|
||||
nsresult NotifyAll()
|
||||
{
|
||||
return mMonitor->Notify();
|
||||
return mMonitor->NotifyAll();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Загрузка…
Ссылка в новой задаче