*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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user