Title: [140578] trunk/Source/WebKit/chromium
Revision
140578
Author
[email protected]
Date
2013-01-23 13:20:06 -0800 (Wed, 23 Jan 2013)

Log Message

[Chromium] Fix some #includes to headers in chromium/public/platform/ that have been moved to the new Platform directory
https://bugs.webkit.org/show_bug.cgi?id=107722

Reviewed by Darin Fisher.

These headers just redirect to the new versions, so call the new
versions directly.

* src/linux/WebFontInfo.cpp:
* src/mac/WebSubstringUtil.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (140577 => 140578)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-23 21:15:29 UTC (rev 140577)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-23 21:20:06 UTC (rev 140578)
@@ -1,5 +1,18 @@
 2013-01-23  Mark Pilgrim  <[email protected]>
 
+        [Chromium] Fix some #includes to headers in chromium/public/platform/ that have been moved to the new Platform directory
+        https://bugs.webkit.org/show_bug.cgi?id=107722
+
+        Reviewed by Darin Fisher.
+
+        These headers just redirect to the new versions, so call the new
+        versions directly.
+
+        * src/linux/WebFontInfo.cpp:
+        * src/mac/WebSubstringUtil.mm:
+
+2013-01-23  Mark Pilgrim  <[email protected]>
+
         [Chromium] Fix some #includes for WebSerializedScriptValue
         https://bugs.webkit.org/show_bug.cgi?id=107697
 

Modified: trunk/Source/WebKit/chromium/src/linux/WebFontInfo.cpp (140577 => 140578)


--- trunk/Source/WebKit/chromium/src/linux/WebFontInfo.cpp	2013-01-23 21:15:29 UTC (rev 140577)
+++ trunk/Source/WebKit/chromium/src/linux/WebFontInfo.cpp	2013-01-23 21:20:06 UTC (rev 140578)
@@ -32,8 +32,8 @@
 #include "WebFontInfo.h"
 
 #include "WebFontRenderStyle.h"
-#include "platform/linux/WebFontFamily.h"
 #include <fontconfig/fontconfig.h>
+#include <public/linux/WebFontFamily.h>
 #include <string.h>
 #include <unicode/utf16.h>
 

Modified: trunk/Source/WebKit/chromium/src/mac/WebSubstringUtil.mm (140577 => 140578)


--- trunk/Source/WebKit/chromium/src/mac/WebSubstringUtil.mm	2013-01-23 21:15:29 UTC (rev 140577)
+++ trunk/Source/WebKit/chromium/src/mac/WebSubstringUtil.mm	2013-01-23 21:20:06 UTC (rev 140578)
@@ -47,7 +47,7 @@
 #include "RenderStyle.h"
 #include "TextIterator.h"
 #include "WebFrameImpl.h"
-#include "platform/WebRect.h"
+#include <public/WebRect.h>
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to