Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index 8a4466e76da969330f78d6d90497c37a7565fa97..f1d939f8b96c1e745cab13d6852b951473b4bf83 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -126,7 +126,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&); |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*); |
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
virtual bool rendererIsNeeded(const NodeRenderingContext&); |