Fixes bug 56978 "alert dialog consumes 100% cpu if network is down"

patch=moz@parabola.demon.co.uk r=danm,dougt sr=darin
This commit is contained in:
darin%netscape.com 2001-05-18 22:39:52 +00:00
Родитель dfa9fe16e4
Коммит c269cb141b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -497,6 +497,8 @@ PL_ProcessPendingEvents(PLEventQueue* self)
PR_EnterMonitor(self->monitor);
if (self->processingEvents) {
_pl_AcknowledgeNativeNotify(self);
self->notified = PR_FALSE;
PR_ExitMonitor(self->monitor);
return;
}