Title: [147689] trunk/Source/WebCore
Revision
147689
Author
[email protected]
Date
2013-04-04 17:37:08 -0700 (Thu, 04 Apr 2013)

Log Message

Another build fix.

* platform/graphics/FontCache.cpp:
* platform/graphics/SimpleFontData.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147688 => 147689)


--- trunk/Source/WebCore/ChangeLog	2013-04-05 00:28:58 UTC (rev 147688)
+++ trunk/Source/WebCore/ChangeLog	2013-04-05 00:37:08 UTC (rev 147689)
@@ -1,5 +1,12 @@
 2013-04-04  Anders Carlsson  <[email protected]>
 
+        Another build fix.
+
+        * platform/graphics/FontCache.cpp:
+        * platform/graphics/SimpleFontData.cpp:
+
+2013-04-04  Anders Carlsson  <[email protected]>
+
         Fix build.
 
         * WebCore.xcodeproj/project.pbxproj:

Modified: trunk/Source/WebCore/platform/graphics/FontCache.cpp (147688 => 147689)


--- trunk/Source/WebCore/platform/graphics/FontCache.cpp	2013-04-05 00:28:58 UTC (rev 147688)
+++ trunk/Source/WebCore/platform/graphics/FontCache.cpp	2013-04-05 00:37:08 UTC (rev 147689)
@@ -34,7 +34,6 @@
 #include "FontFallbackList.h"
 #include "FontPlatformData.h"
 #include "FontSelector.h"
-#include "OpenTypeVerticalData.h"
 #include "WebKitFontFamilyNames.h"
 #include <wtf/HashMap.h>
 #include <wtf/ListHashSet.h>
@@ -42,6 +41,10 @@
 #include <wtf/text/AtomicStringHash.h>
 #include <wtf/text/StringHash.h>
 
+#if ENABLE(OPENTYPE_VERTICAL)
+#include "OpenTypeVerticalData.h"
+#endif
+
 using namespace WTF;
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp (147688 => 147689)


--- trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp	2013-04-05 00:28:58 UTC (rev 147688)
+++ trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp	2013-04-05 00:37:08 UTC (rev 147689)
@@ -32,11 +32,13 @@
 
 #include "Font.h"
 #include "FontCache.h"
-#include "OpenTypeVerticalData.h"
-
 #include <wtf/MathExtras.h>
 #include <wtf/UnusedParam.h>
 
+#if ENABLE(OPENTYPE_VERTICAL)
+#include "OpenTypeVerticalData.h"
+#endif
+
 using namespace std;
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to