Index: Source/platform/fonts/WidthIterator.cpp |
diff --git a/Source/platform/fonts/WidthIterator.cpp b/Source/platform/fonts/WidthIterator.cpp |
index 5adb44fbaeff9db344f3d8a82358a4b06390f524..b871cb95aa0f53a6e8c37522118989d6691215f9 100644 |
--- a/Source/platform/fonts/WidthIterator.cpp |
+++ b/Source/platform/fonts/WidthIterator.cpp |
@@ -75,9 +75,6 @@ GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, i |
#if ENABLE(SVG_FONTS) |
if (TextRun::RenderingContext* renderingContext = m_run.renderingContext()) |
return renderingContext->glyphDataForCharacter(*m_font, m_run, *this, character, mirror, currentCharacter, advanceLength); |
-#else |
- UNUSED_PARAM(currentCharacter); |
- UNUSED_PARAM(advanceLength); |
#endif |
return m_font->glyphDataForCharacter(character, mirror); |