Title: [114425] trunk/Source/WebCore
Revision
114425
Author
e...@chromium.org
Date
2012-04-17 13:21:53 -0700 (Tue, 17 Apr 2012)

Log Message

Fix Chromium/Windows build broken by r114404.

* platform/FractionalLayoutUnit.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (114424 => 114425)


--- trunk/Source/WebCore/ChangeLog	2012-04-17 20:17:38 UTC (rev 114424)
+++ trunk/Source/WebCore/ChangeLog	2012-04-17 20:21:53 UTC (rev 114425)
@@ -1,3 +1,9 @@
+2012-04-17  Emil A Eklund  <e...@chromium.org>
+
+        Fix Chromium/Windows build broken by r114404.
+
+        * platform/FractionalLayoutUnit.h:
+
 2012-04-17  Kentaro Hara  <hara...@chromium.org>
 
         [Performance][V8] Skip Isolate look-up to find StringCache

Modified: trunk/Source/WebCore/platform/FractionalLayoutUnit.h (114424 => 114425)


--- trunk/Source/WebCore/platform/FractionalLayoutUnit.h	2012-04-17 20:17:38 UTC (rev 114424)
+++ trunk/Source/WebCore/platform/FractionalLayoutUnit.h	2012-04-17 20:21:53 UTC (rev 114425)
@@ -36,7 +36,7 @@
 #include <math.h>
 #include <stdlib.h>
 
-#if PLATFORM(CHROMIUM) || PLATFORM(MAC)
+#if (PLATFORM(CHROMIUM) && !OS(WINDOWS)) || PLATFORM(MAC)
 #define ARE_SIZE_T_UNSIGNED_DIFFERENT_UNIT
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to