addon to 77140.
(NS_CurrentThread -> PR_CurrentThread)
This commit is contained in:
idk%eng.sun.com 2001-06-01 22:10:57 +00:00
Родитель 407949652d
Коммит 4cf55ad9a6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -126,7 +126,7 @@ void bcXPCOMStub::DispatchAndSaveThread(bcICall *call, nsIEventQueue *eventQueue
}
void bcXPCOMStub::Dispatch(bcICall *call) {
PRLogModuleInfo *log = bcXPCOMLog::GetLog();
if (_mOwningThread == NS_CurrentThread()
if (_mOwningThread == PR_CurrentThread()
|| NULL == (void*)owningEventQ) {
DispatchAndSaveThread(call);
} else {