mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
589 B
C++
14 lines
589 B
C++
$NetBSD: patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/dom/plugins/ipc/PluginProcessChild.cpp.orig 2014-07-18 00:05:16.000000000 +0000
|
|
+++ mozilla/dom/plugins/ipc/PluginProcessChild.cpp
|
|
@@ -42,7 +42,7 @@ namespace plugins {
|
|
bool
|
|
PluginProcessChild::Init()
|
|
{
|
|
-#if defined(XP_MACOSX)
|
|
+#if defined(MOZ_WIDGET_COCOA)
|
|
// Remove the trigger for "dyld interposing" that we added in
|
|
// GeckoChildProcessHost::PerformAsyncLaunchInternal(), in the host
|
|
// process just before we were launched. Dyld interposing will still
|