mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 17:38:36 +00:00
fix win32 vc6 build bustage from darin's threadmanager landing (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD - he did miss this case in his bustage fix checkin), p=Neil
This commit is contained in:
parent
2a4ca757b6
commit
60c040959e
@ -164,7 +164,7 @@ PRBool
|
||||
CPrintingPromptService::FirePauseEvent()
|
||||
{
|
||||
nsCOMPtr<nsIRunnable> event =
|
||||
NS_NewRunnableMethod(this, &CPrintingPromptService::NotifyObserver);
|
||||
NS_NEW_RUNNABLE_METHOD(CPrintingPromptService, this, NotifyObserver);
|
||||
return NS_SUCCEEDED(NS_DispatchToCurrentThread(event));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user