*not part of the build*

addon to 77140.
(NS_CurrentThread -> PR_CurrentThread)


git-svn-id: svn://10.0.0.236/trunk@96191 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-06-01 22:10:57 +00:00
parent b4905f36bc
commit b411b1627d

View File

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