Title: [98320] trunk/Source/WebCore
Revision
98320
Author
[email protected]
Date
2011-10-24 21:57:36 -0700 (Mon, 24 Oct 2011)

Log Message

Chromium build fix: #include window.h for HANDLE.

* platform/graphics/opentype/OpenTypeUtilities.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98319 => 98320)


--- trunk/Source/WebCore/ChangeLog	2011-10-25 04:49:18 UTC (rev 98319)
+++ trunk/Source/WebCore/ChangeLog	2011-10-25 04:57:36 UTC (rev 98320)
@@ -1,3 +1,9 @@
+2011-10-24  Geoffrey Garen  <[email protected]>
+
+        Chromium build fix: #include window.h for HANDLE.
+
+        * platform/graphics/opentype/OpenTypeUtilities.h:
+
 2011-10-24  Ryosuke Niwa  <[email protected]>
 
         Include ThreadSafeRefCounted.h since the class declared in this header file

Modified: trunk/Source/WebCore/platform/graphics/opentype/OpenTypeUtilities.h (98319 => 98320)


--- trunk/Source/WebCore/platform/graphics/opentype/OpenTypeUtilities.h	2011-10-25 04:49:18 UTC (rev 98319)
+++ trunk/Source/WebCore/platform/graphics/opentype/OpenTypeUtilities.h	2011-10-25 04:57:36 UTC (rev 98320)
@@ -28,6 +28,7 @@
 #define OpenTypeUtilities_h
 
 #include "PlatformString.h"
+#include <windows.h>
 #include <wtf/Forward.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to