disable obsolete carbon plugin stuff

This commit is contained in:
Riccardo Mottola 2017-12-15 09:59:39 +01:00
parent 699358c14f
commit e36e6dd707
1 changed files with 2 additions and 1 deletions

View File

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