mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1041226: disable crashreporter in GMP plugins until it's ready r=gfritzsche a=kwierso
This commit is contained in:
parent
1f9dadc3f9
commit
8b4da763a2
@ -47,9 +47,12 @@ GMPChild::Init(const std::string& aPluginPath,
|
||||
MessageLoop* aIOLoop,
|
||||
IPC::Channel* aChannel)
|
||||
{
|
||||
#ifdef GMP_CRASHREPORTER_READY
|
||||
// See bug 1041226
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
SendPCrashReporterConstructor(CrashReporter::CurrentThreadId());
|
||||
#endif
|
||||
#endif
|
||||
#if defined(XP_WIN)
|
||||
mozilla::SandboxTarget::Instance()->StartSandbox();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user