Title: [117692] trunk/Source/WebKit2
- Revision
- 117692
- Author
- [email protected]
- Date
- 2012-05-19 10:01:41 -0700 (Sat, 19 May 2012)
Log Message
Plug-in process should only be enabled if Netscape plug-in API is enabled
https://bugs.webkit.org/show_bug.cgi?id=86945
Reviewed by Dan Bernstein.
* config.h: Only define ENABLE_PLUGIN_PROCESS if ENABLE_NETSCAPE_PLUGIN_API is true.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (117691 => 117692)
--- trunk/Source/WebKit2/ChangeLog 2012-05-19 16:29:25 UTC (rev 117691)
+++ trunk/Source/WebKit2/ChangeLog 2012-05-19 17:01:41 UTC (rev 117692)
@@ -1,3 +1,12 @@
+2012-05-19 Andy Estes <[email protected]>
+
+ Plug-in process should only be enabled if Netscape plug-in API is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=86945
+
+ Reviewed by Dan Bernstein.
+
+ * config.h: Only define ENABLE_PLUGIN_PROCESS if ENABLE_NETSCAPE_PLUGIN_API is true.
+
2012-04-27 Filip Pizlo <[email protected]>
DFG should have control flow graph simplification
Modified: trunk/Source/WebKit2/config.h (117691 => 117692)
--- trunk/Source/WebKit2/config.h 2012-05-19 16:29:25 UTC (rev 117691)
+++ trunk/Source/WebKit2/config.h 2012-05-19 17:01:41 UTC (rev 117692)
@@ -65,7 +65,9 @@
#define ENABLE_WEB_PROCESS_SANDBOX 1
#endif
+#if ENABLE(NETSCAPE_PLUGIN_API)
#define ENABLE_PLUGIN_PROCESS 1
+#endif
#if PLATFORM(MAC)
#define ENABLE_MEMORY_SAMPLER 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes