Title: [94278] trunk/Source/WebCore
Revision
94278
Author
[email protected]
Date
2011-09-01 00:27:22 -0700 (Thu, 01 Sep 2011)

Log Message

Attempt to fix Windows build.

* platform/graphics/chromium/FontPlatformDataChromiumWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94277 => 94278)


--- trunk/Source/WebCore/ChangeLog	2011-09-01 07:00:02 UTC (rev 94277)
+++ trunk/Source/WebCore/ChangeLog	2011-09-01 07:27:22 UTC (rev 94278)
@@ -1,3 +1,9 @@
+2011-09-01  Adam Barth  <[email protected]>
+
+        Attempt to fix Windows build.
+
+        * platform/graphics/chromium/FontPlatformDataChromiumWin.cpp:
+
 2011-08-31  Adam Barth  <[email protected]>
 
         [Chromium] Rename PlatformBridge to PlatformSupport

Modified: trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp (94277 => 94278)


--- trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp	2011-09-01 07:00:02 UTC (rev 94277)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp	2011-09-01 07:27:22 UTC (rev 94278)
@@ -32,9 +32,10 @@
 #include "config.h"
 #include "FontPlatformData.h"
 
+#include <windows.h>
+#include <objidl.h>
 #include <mlang.h>
-#include <objidl.h>
-#include <windows.h>
+
 #include "PlatformSupport.h"
 #include "SkiaFontWin.h"
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to