Title: [93156] trunk/Source/WebCore
- Revision
- 93156
- Author
- [email protected]
- Date
- 2011-08-16 14:19:11 -0700 (Tue, 16 Aug 2011)
Log Message
Unreviewed Chromium Windows build fix after r93140. Take 3.
Include the proper includes!
* platform/graphics/FontCache.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93155 => 93156)
--- trunk/Source/WebCore/ChangeLog 2011-08-16 21:12:44 UTC (rev 93155)
+++ trunk/Source/WebCore/ChangeLog 2011-08-16 21:19:11 UTC (rev 93156)
@@ -1,3 +1,10 @@
+2011-08-16 Joseph Pecoraro <[email protected]>
+
+ Unreviewed Chromium Windows build fix after r93140. Take 3.
+ Include the proper includes!
+
+ * platform/graphics/FontCache.h:
+
2011-08-16 Mihnea Ovidenie <[email protected]>
Unmatrix algorithm implementation is wrong
Modified: trunk/Source/WebCore/platform/graphics/FontCache.h (93155 => 93156)
--- trunk/Source/WebCore/platform/graphics/FontCache.h 2011-08-16 21:12:44 UTC (rev 93155)
+++ trunk/Source/WebCore/platform/graphics/FontCache.h 2011-08-16 21:19:11 UTC (rev 93156)
@@ -35,7 +35,8 @@
#include <wtf/Vector.h>
#include <wtf/unicode/Unicode.h>
-#if PLATFORM(WIN)
+#if OS(WINDOWS)
+#include <windows.h>
#include <objidl.h>
#include <mlang.h>
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes