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