Missed some stuff in the checkin

This commit is contained in:
jaggernaut@netscape.com
2003-07-20 08:38:42 +00:00
parent 02d93e9563
commit cd2d98e5f5

View File

@@ -551,7 +551,7 @@ nsWebShell::GetEventQueue(nsIEventQueue **aQueue)
NS_ENSURE_ARG_POINTER(aQueue);
*aQueue = 0;
nsCOMPtr<nsIEventQueueService> eventService(do_GetService(kEventQueueServiceCID));
nsCOMPtr<nsIEventQueueService> eventService(do_GetService(NS_EVENTQUEUESERVICE_CONTRACTID));
if (eventService)
eventService->GetThreadEventQueue(mThread, aQueue);
return *aQueue ? NS_OK : NS_ERROR_FAILURE;