Title: [196138] trunk/Source/WebKit2
- Revision
- 196138
- Author
- [email protected]
- Date
- 2016-02-04 12:06:24 -0800 (Thu, 04 Feb 2016)
Log Message
Fix the !ENABLE(NETSCAPE_PLUGIN_API) build after r196053
https://bugs.webkit.org/show_bug.cgi?id=153878
Unreviewed buildfix.
* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (196137 => 196138)
--- trunk/Source/WebKit2/ChangeLog 2016-02-04 19:46:47 UTC (rev 196137)
+++ trunk/Source/WebKit2/ChangeLog 2016-02-04 20:06:24 UTC (rev 196138)
@@ -1,3 +1,12 @@
+2016-02-04 Csaba Osztrogonác <[email protected]>
+
+ Fix the !ENABLE(NETSCAPE_PLUGIN_API) build after r196053
+ https://bugs.webkit.org/show_bug.cgi?id=153878
+
+ Unreviewed buildfix.
+
+ * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h:
+
2016-02-04 Chris Dumez <[email protected]>
Unreviewed, rolling out r196067.
Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h (196137 => 196138)
--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h 2016-02-04 19:46:47 UTC (rev 196137)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h 2016-02-04 20:06:24 UTC (rev 196138)
@@ -27,7 +27,7 @@
#ifndef NetscapePluginX11_h
#define NetscapePluginX11_h
-#if PLUGIN_ARCHITECTURE(X11)
+#if PLUGIN_ARCHITECTURE(X11) && ENABLE(NETSCAPE_PLUGIN_API)
#include "NetscapePluginUnix.h"
#include <WebCore/XUniqueResource.h>
@@ -71,6 +71,6 @@
};
} // namespace WebKit
-#endif // PLUGIN_ARCHITECTURE(X11)
+#endif // PLUGIN_ARCHITECTURE(X11) && ENABLE(NETSCAPE_PLUGIN_API)
#endif // NetscapePluginX11_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes