Bug 1041525 - Remove workaround for GMP SyncRunnable deadlock in Crashreporter::OOPInit() r=jesup

This commit is contained in:
Georg Fritzsche 2014-07-24 18:16:08 +02:00
Родитель 15136f0cbe
Коммит 1630e406c3
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

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