From e36e6dd70782beab9cd84a5282ff5e69a3534d9f Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Fri, 15 Dec 2017 09:59:39 +0100 Subject: [PATCH] disable obsolete carbon plugin stuff --- dom/plugins/ipc/PluginInstanceChild.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/plugins/ipc/PluginInstanceChild.cpp b/dom/plugins/ipc/PluginInstanceChild.cpp index a36ff9bf7..c634b986c 100644 --- a/dom/plugins/ipc/PluginInstanceChild.cpp +++ b/dom/plugins/ipc/PluginInstanceChild.cpp @@ -257,7 +257,8 @@ PluginInstanceChild::DoNPP_New() Initialize(); -#if defined(XP_MACOSX) && defined(__i386__) +#if 0 +//#if defined(XP_MACOSX) && defined(__i386__) // If an i386 Mac OS X plugin has selected the Carbon event model then // we have to fail. We do not support putting Carbon event model plugins // out of process. Note that Carbon is the default model so out of process