diff --git a/xpcom/threads/nsEventQueue.cpp b/xpcom/threads/nsEventQueue.cpp index 73946e7c97fb..460749e31fc8 100644 --- a/xpcom/threads/nsEventQueue.cpp +++ b/xpcom/threads/nsEventQueue.cpp @@ -132,7 +132,7 @@ nsEventQueueBase::PutEvent( queueLocation = aRunnable.take(); ++mOffsetTail; LOG(("EVENTQ(%p): notify\n", this)); - aProofOfLock.NotifyAll(); + aProofOfLock.Notify(); } template void nsEventQueueBase::PutEvent(already_AddRefed&& aRunnable,