| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index e5f47cfe4171b637a1fc82bdeb4df3f506697d0c..7094a9110992de2424ee6a43d42d99fffa1308a7 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -41,7 +41,7 @@ private:
|
|
|
| virtual bool isGradientStop() const OVERRIDE { return true; }
|
|
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| + virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE;
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGStopElement)
|
|
|