Title: [141463] trunk/Source/WebKit2
Revision
141463
Author
par...@webkit.org
Date
2013-01-31 12:41:21 -0800 (Thu, 31 Jan 2013)

Log Message

Remove PLATFORM(WIN_CAIRO) from NetscapePluginX11.cpp
https://bugs.webkit.org/show_bug.cgi?id=108439

Reviewed by Brent Fulgham.

PLATFORM(WIN_CAIRO) is Windows only, where no X11 exists.

* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (141462 => 141463)


--- trunk/Source/WebKit2/ChangeLog	2013-01-31 20:38:19 UTC (rev 141462)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-31 20:41:21 UTC (rev 141463)
@@ -1,3 +1,14 @@
+2013-01-31  Patrick Gansterer  <par...@webkit.org>
+
+        Remove PLATFORM(WIN_CAIRO) from NetscapePluginX11.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=108439
+
+        Reviewed by Brent Fulgham.
+
+        PLATFORM(WIN_CAIRO) is Windows only, where no X11 exists.
+
+        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
+
 2013-01-31  Simon Hausmann  <simon.hausm...@digia.com>
 
         Unreviewed build fix: Remove Web Intents files from

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp (141462 => 141463)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp	2013-01-31 20:38:19 UTC (rev 141462)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp	2013-01-31 20:41:21 UTC (rev 141463)
@@ -47,7 +47,7 @@
 #include <Ecore_X.h>
 #endif
 
-#if USE(CAIRO) && !PLATFORM(WIN_CAIRO)
+#if USE(CAIRO)
 #include "PlatformContextCairo.h"
 #include "RefPtrCairo.h"
 #include <cairo/cairo-xlib.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to