Bug 1154898 - Avoid offline observer crash (r=aklotz)

This commit is contained in:
Bill McCloskey 2015-04-27 16:51:31 -07:00
Родитель 1266c7fcf4
Коммит ae2bb7ea61
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -537,6 +537,8 @@ PluginModuleChromeParent::OnProcessLaunched(const bool aSucceeded)
Preferences::RegisterCallback(TimeoutChanged, kHangUIMinDisplayPref, this);
#endif
RegisterSettingsCallbacks();
#ifdef MOZ_CRASHREPORTER
// If this fails, we're having IPC troubles, and we're doomed anyways.
if (!CrashReporterParent::CreateCrashReporter(this)) {
@ -693,8 +695,6 @@ PluginModuleChromeParent::PluginModuleChromeParent(const char* aFilePath, uint32
sInstantiated = true;
mRunID = sNextRunID++;
RegisterSettingsCallbacks();
#ifdef MOZ_ENABLE_PROFILER_SPS
InitPluginProfiling();
#endif