fix test harness bustage

This commit is contained in:
darin%meer.net 2006-05-10 21:32:48 +00:00
parent 60abfd74e7
commit 6eb0fba710

View File

@ -74,10 +74,10 @@ function do_main() {
.getService().currentThread;
while (!_quit)
thr.processNextEvent();
thr.processNextEvent(true);
while (thr.hasPendingEvents())
thr.processNextEvent();
thr.processNextEvent(true);
}
function do_quit() {