Backed out changeset eb34b68e2f2a (bug 820716) for causing perma-orange testfailure

This commit is contained in:
Carsten "Tomcat" Book 2013-12-11 07:18:03 +01:00
parent 9aacc7b3f5
commit 8fa00ce8bd

View File

@ -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));