| Index: Source/platform/fonts/GlyphPageTreeNode.cpp
|
| diff --git a/Source/platform/fonts/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| index 0022c334ed57c0440a38b5685133e05ed6152676..892cc69d861f395cf7872f2d01c70a4210db8dc0 100644
|
| --- a/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| +++ b/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| @@ -121,10 +121,6 @@ void GlyphPageTreeNode::pruneTreeFontData(const SimpleFontData* fontData)
|
| static bool fill(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
|
| {
|
| 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;
|
| }
|
|
|
|
|