Index: Source/core/rendering/svg/SVGTextLayoutAttributes.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.h b/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
index 4ab6e58e85dd5b60104010927dcbfacb4b50ef7d..daf7d40930e6be5c891d5b70e7b5298fa56402e6 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
@@ -48,7 +48,6 @@ public: |
SVGTextLayoutAttributes(RenderSVGInlineText*); |
void clear(); |
- void dump() const; |
static float emptyValue(); |
RenderSVGInlineText* context() const { return m_context; } |