Title: [147691] trunk/Source/WebCore
- Revision
- 147691
- Author
- [email protected]
- Date
- 2013-04-04 17:54:47 -0700 (Thu, 04 Apr 2013)
Log Message
Unreviewed build fix.
* platform/graphics/GlyphPageTreeNode.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147690 => 147691)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 00:44:28 UTC (rev 147690)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 00:54:47 UTC (rev 147691)
@@ -1,3 +1,9 @@
+2013-04-04 Tim Horton <[email protected]>
+
+ Unreviewed build fix.
+
+ * platform/graphics/GlyphPageTreeNode.cpp:
+
2013-04-04 Anders Carlsson <[email protected]>
Another build fix.
Modified: trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp (147690 => 147691)
--- trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp 2013-04-05 00:44:28 UTC (rev 147690)
+++ trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp 2013-04-05 00:54:47 UTC (rev 147691)
@@ -29,7 +29,6 @@
#include "config.h"
#include "GlyphPageTreeNode.h"
-#include "OpenTypeVerticalData.h"
#include "SegmentedFontData.h"
#include "SimpleFontData.h"
#include <stdio.h>
@@ -38,6 +37,10 @@
#include <wtf/unicode/CharacterNames.h>
#include <wtf/unicode/Unicode.h>
+#if ENABLE(OPENTYPE_VERTICAL)
+#include "OpenTypeVerticalData.h"
+#endif
+
namespace WebCore {
using std::max;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes