Title: [102047] trunk/Source/WebKit/chromium
Revision
102047
Author
[email protected]
Date
2011-12-05 14:27:59 -0800 (Mon, 05 Dec 2011)

Log Message

Fix Linux build.

* public/linux/WebFontInfo.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102046 => 102047)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-05 22:16:48 UTC (rev 102046)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-05 22:27:59 UTC (rev 102047)
@@ -1,5 +1,11 @@
 2011-12-05  Adam Barth  <[email protected]>
 
+        Fix Linux build.
+
+        * public/linux/WebFontInfo.h:
+
+2011-12-05  Adam Barth  <[email protected]>
+
         [Chromium] Remove no-longer-used forwarding headers in the WebKit API
         https://bugs.webkit.org/show_bug.cgi?id=73845
 

Modified: trunk/Source/WebKit/chromium/public/linux/WebFontInfo.h (102046 => 102047)


--- trunk/Source/WebKit/chromium/public/linux/WebFontInfo.h	2011-12-05 22:16:48 UTC (rev 102046)
+++ trunk/Source/WebKit/chromium/public/linux/WebFontInfo.h	2011-12-05 22:27:59 UTC (rev 102047)
@@ -31,9 +31,9 @@
 #ifndef WebFontInfo_h
 #define WebFontInfo_h
 
-#include "../linux/WebFontFamily.h"
 #include "../linux/WebFontRenderStyle.h"
 #include "../platform/WebCString.h"
+#include "../platform/linux/WebFontFamily.h"
 
 #include <string.h>
 #include <unistd.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to