mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset eb34b68e2f2a (bug 820716) for causing perma-orange testfailure
This commit is contained in:
parent
083ca04c04
commit
3ae1ef48a3
@ -2998,11 +2998,6 @@ XREMain::XRE_mainInit(bool* aExitFlag)
|
||||
if ((mAppData->flags & NS_XRE_ENABLE_CRASH_REPORTER) &&
|
||||
NS_SUCCEEDED(
|
||||
CrashReporter::SetExceptionHandler(mAppData->xreDirectory))) {
|
||||
|
||||
// Do the OOP initialization here instead of lazily to prevent race
|
||||
// conditions when accessing nsICrashReporter functions early on.
|
||||
CrashReporter::OOPInit();
|
||||
|
||||
if (mAppData->crashReporterURL)
|
||||
CrashReporter::SetServerURL(nsDependentCString(mAppData->crashReporterURL));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user