mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Fixing Mac bustage
This commit is contained in:
parent
65a15d7a85
commit
af172bc1f9
@ -344,6 +344,7 @@ ns4xPlugin::CreatePlugin(nsIServiceManager* aServiceMgr,
|
||||
}
|
||||
|
||||
// call into the entry point
|
||||
NPError error;
|
||||
NS_TRY_SAFE_CALL_RETURN(error, CallNPP_MainEntryProc(pfnMain,
|
||||
&(ns4xPlugin::CALLBACKS),
|
||||
&callbacks,
|
||||
|
@ -344,6 +344,7 @@ ns4xPlugin::CreatePlugin(nsIServiceManager* aServiceMgr,
|
||||
}
|
||||
|
||||
// call into the entry point
|
||||
NPError error;
|
||||
NS_TRY_SAFE_CALL_RETURN(error, CallNPP_MainEntryProc(pfnMain,
|
||||
&(ns4xPlugin::CALLBACKS),
|
||||
&callbacks,
|
||||
|
Loading…
Reference in New Issue
Block a user