зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1041525 - Remove workaround for GMP SyncRunnable deadlock in Crashreporter::OOPInit() r=jesup
This commit is contained in:
Родитель
15136f0cbe
Коммит
1630e406c3
|
@ -241,18 +241,11 @@ uint32_t GeckoChildProcessHost::GetSupportedArchitecturesForProcessType(GeckoPro
|
|||
void
|
||||
GeckoChildProcessHost::PrepareLaunch()
|
||||
{
|
||||
#ifndef GMP_CRASHREPORTER_READY
|
||||
// See bug 1041525
|
||||
if (mProcessType != GeckoProcessType_GMPlugin) {
|
||||
#endif
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
if (CrashReporter::GetEnabled()) {
|
||||
CrashReporter::OOPInit();
|
||||
}
|
||||
#endif
|
||||
#ifndef GMP_CRASHREPORTER_READY
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
if (mProcessType == GeckoProcessType_Plugin) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче