Title: [152386] trunk/Source/WebCore
Revision
152386
Author
[email protected]
Date
2013-07-03 17:47:04 -0700 (Wed, 03 Jul 2013)

Log Message

[Windows] Unreviewed build correction after r15283.

* WebCorePrefix.h: Remove include directive for CGFloat.h, as it
is not present in all Windows build environments.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (152385 => 152386)


--- trunk/Source/WebCore/ChangeLog	2013-07-04 00:39:44 UTC (rev 152385)
+++ trunk/Source/WebCore/ChangeLog	2013-07-04 00:47:04 UTC (rev 152386)
@@ -1,5 +1,12 @@
 2013-07-03  Brent Fulgham  <[email protected]>
 
+        [Windows] Unreviewed build correction after r15283.
+
+        * WebCorePrefix.h: Remove include directive for CGFloat.h, as it
+        is not present in all Windows build environments.
+
+2013-07-03  Brent Fulgham  <[email protected]>
+
         [Windows] Exclude unsupported QuartzCore Features.
         https://bugs.webkit.org/show_bug.cgi?id=118374
 

Modified: trunk/Source/WebCore/WebCorePrefix.h (152385 => 152386)


--- trunk/Source/WebCore/WebCorePrefix.h	2013-07-04 00:39:44 UTC (rev 152385)
+++ trunk/Source/WebCore/WebCorePrefix.h	2013-07-04 00:47:04 UTC (rev 152386)
@@ -145,7 +145,6 @@
 
 #define isnan _isnan
 #include <CoreGraphics/CoreGraphics.h>
-#include <CoreGraphics/CGFloat.h>
 #undef isnan
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to