Index: Source/platform/fonts/GlyphPageTreeNode.cpp |
diff --git a/Source/platform/fonts/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp |
index 6c271935f9a8cae555be2c0723fb470b2ebcd0ba..9265ea6528fbf8cb5a0bf05438e6cf9f58de60c0 100644 |
--- a/Source/platform/fonts/GlyphPageTreeNode.cpp |
+++ b/Source/platform/fonts/GlyphPageTreeNode.cpp |
@@ -120,10 +120,6 @@ void GlyphPageTreeNode::pruneTreeFontData(const SimpleFontData* fontData) |
static bool fill(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) |
{ |
-#if ENABLE(SVG_FONTS) |
- if (fontData->isSVGFont()) |
- 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()) |