Reverting part of bug 316414 to see if this fixed tbox orange.

This commit is contained in:
bsmedberg%covad.net 2005-11-23 18:15:42 +00:00
parent 9ea11b3a4f
commit c7ae450ab8

View File

@ -818,17 +818,11 @@ NS_ShutdownXPCOM(nsIServiceManager* servMgr)
}
}
if (currentQ)
currentQ->ProcessPendingEvents();
if (observerService)
(void) observerService->
NotifyObservers(nsnull, NS_XPCOM_SHUTDOWN_THREADS_OBSERVER_ID,
nsnull);
if (currentQ)
currentQ->ProcessPendingEvents();
// We save the "xpcom-shutdown-loaders" observers to notify after
// the observerservice is gone.
if (observerService)