Index: Source/platform/fonts/GlyphPageTreeNode.cpp |
diff --git a/Source/platform/fonts/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp |
index 6c271935f9a8cae555be2c0723fb470b2ebcd0ba..0af2213f6adf7132578a40790479c0d0119a2996 100644 |
--- a/Source/platform/fonts/GlyphPageTreeNode.cpp |
+++ b/Source/platform/fonts/GlyphPageTreeNode.cpp |
@@ -125,10 +125,6 @@ static bool fill(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* |
return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLength, fontData); |
#endif |
bool hasGlyphs = fontData->fillGlyphPage(pageToFill, offset, length, buffer, bufferLength); |
-#if ENABLE(OPENTYPE_VERTICAL) |
- if (hasGlyphs && fontData->verticalData()) |
- fontData->verticalData()->substituteWithVerticalGlyphs(fontData, pageToFill, offset, length); |
-#endif |
return hasGlyphs; |
} |