Missed some stuff in the checkin

This commit is contained in:
jaggernaut%netscape.com 2003-07-20 08:38:42 +00:00
Родитель 6ab6643eee
Коммит 4bacb4b447
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;