Title: [140283] trunk/Source/WebCore
Revision
140283
Author
[email protected]
Date
2013-01-20 16:11:43 -0800 (Sun, 20 Jan 2013)

Log Message

Simplify a list of negative PLATFORM() tests
https://bugs.webkit.org/show_bug.cgi?id=107365

Patch by Laszlo Gombos <[email protected]> on 2013-01-20
Reviewed by Eric Seidel.

Simplify a list of negative PLATFORM() tests into a simpler list
of positive tests for better readability and maintenance.

No new tests as there is no new functionality.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140282 => 140283)


--- trunk/Source/WebCore/ChangeLog	2013-01-20 22:55:50 UTC (rev 140282)
+++ trunk/Source/WebCore/ChangeLog	2013-01-21 00:11:43 UTC (rev 140283)
@@ -1,3 +1,17 @@
+2013-01-20  Laszlo Gombos  <[email protected]>
+
+        Simplify a list of negative PLATFORM() tests
+        https://bugs.webkit.org/show_bug.cgi?id=107365
+
+        Reviewed by Eric Seidel.
+
+        Simplify a list of negative PLATFORM() tests into a simpler list
+        of positive tests for better readability and maintenance.
+
+        No new tests as there is no new functionality.
+
+        * config.h:
+
 2013-01-20  Simon Fraser  <[email protected]>
 
         Avoid filling a rounded rect when radii are zero

Modified: trunk/Source/WebCore/config.h (140282 => 140283)


--- trunk/Source/WebCore/config.h	2013-01-20 22:55:50 UTC (rev 140282)
+++ trunk/Source/WebCore/config.h	2013-01-21 00:11:43 UTC (rev 140283)
@@ -29,7 +29,7 @@
 
 #include <wtf/Platform.h>
 
-#if OS(WINDOWS) && !OS(WINCE) && !PLATFORM(QT) && !PLATFORM(CHROMIUM) && !PLATFORM(GTK) && !PLATFORM(WX)
+#if PLATFORM(WIN) && !OS(WINCE)
 #include <WebCore/WebCoreHeaderDetection.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to