Bustage fix: work around XRE hackery.

--HG--
extra : rebase_source : 369e571b7e2dcd78bb6d1cd4c0aa470f43b623bf
This commit is contained in:
Chris Jones 2010-01-12 17:42:58 -06:00
parent 59a83e0bee
commit 843b4df695
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ main(int argc, char* argv[])
// on POSIX, |crashReporterArg| is "true" if crash reporting is
// enabled, false otherwise
if (0 != strcmp("false", crashReporterArg)
&& !XRE_SetRemoteExceptionHandler())
&& !XRE_SetRemoteExceptionHandler(NULL))
return 1;
# else
# error "OOP crash reporting unsupported on this platform"

View File

@ -451,7 +451,7 @@ XRE_API(GeckoProcessType,
#if defined(MOZ_CRASHREPORTER)
XRE_API(PRBool,
XRE_SetRemoteExceptionHandler, (const char* aPipe=0))
XRE_SetRemoteExceptionHandler, (const char* aPipe))
#endif
XRE_API(nsresult,