Ticket #35522: patch-quartz.patch.diff
File patch-quartz.patch.diff, 555 bytes (added by royliu@…, 12 years ago) |
---|
-
files/quartz.patch
old new 22 22 endif 23 23 24 24 # ---- 25 --- Source/JavaScriptCore/wtf/Platform.h.orig 2012-09-03 23:55:53.000000000 -0700 26 +++ Source/JavaScriptCore/wtf/Platform.h 2012-09-03 23:59:14.000000000 -0700 27 @@ -319,6 +319,10 @@ 28 #include <Availability.h> 29 #include <AvailabilityMacros.h> 30 #include <TargetConditionals.h> 31 + 32 +#if defined(TARGET_QUARTZ) 33 +#define ENABLE_NETSCAPE_PLUGIN_API 0 34 +#endif 35 #endif 36 37 /* OS(IOS) - iOS */