Title: [120234] trunk/Source/WebCore
Revision
120234
Author
commit-qu...@webkit.org
Date
2012-06-13 12:21:18 -0700 (Wed, 13 Jun 2012)

Log Message

[chromium mac] Don't include things in subframeworks of
ApplicationServices.framework.

A CoreText #include (with quotes instead of brackets, even) sprung up
in r120506, bug 69826.

https://bugs.webkit.org/show_bug.cgi?id=88569

Patch by Mark Mentovai <m...@chromium.org> on 2012-06-13
Reviewed by Stephen White.

No new tests.

* platform/graphics/harfbuzz/ng/HarfBuzzFaceCoreText.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120233 => 120234)


--- trunk/Source/WebCore/ChangeLog	2012-06-13 19:09:21 UTC (rev 120233)
+++ trunk/Source/WebCore/ChangeLog	2012-06-13 19:21:18 UTC (rev 120234)
@@ -1,3 +1,19 @@
+2012-06-13  Mark Mentovai  <m...@chromium.org>
+
+        [chromium mac] Don't include things in subframeworks of
+        ApplicationServices.framework.
+
+        A CoreText #include (with quotes instead of brackets, even) sprung up
+        in r120506, bug 69826.
+
+        https://bugs.webkit.org/show_bug.cgi?id=88569
+
+        Reviewed by Stephen White.
+
+        No new tests.
+
+        * platform/graphics/harfbuzz/ng/HarfBuzzFaceCoreText.cpp:
+
 2012-06-13  Eriq Augustine  <eaugu...@chromium.org>
 
         Removing an extra HandleScope in V8Proxy::evaluateInIsolatedWorld

Modified: trunk/Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzFaceCoreText.cpp (120233 => 120234)


--- trunk/Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzFaceCoreText.cpp	2012-06-13 19:09:21 UTC (rev 120233)
+++ trunk/Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzFaceCoreText.cpp	2012-06-13 19:21:18 UTC (rev 120234)
@@ -31,12 +31,12 @@
 #include "config.h"
 #include "HarfBuzzFace.h"
 
-#include "CoreText/CoreText.h"
 #include "FontPlatformData.h"
 #include "HarfBuzzShaper.h"
 #include "SimpleFontData.h"
 
 #include "hb.h"
+#include <ApplicationServices/ApplicationServices.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to