Index: Source/core/svg/SVGLinearGradientElement.h |
diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h |
index e61e464fc45320ddd651d563fb1a2d6e76eb8007..21bd87cb476ec4761ca776f1977205714606a042 100644 |
--- a/Source/core/svg/SVGLinearGradientElement.h |
+++ b/Source/core/svg/SVGLinearGradientElement.h |
@@ -41,7 +41,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 selfHasRelativeLengths() const; |