| Index: Source/core/svg/SVGTRefElement.h
|
| diff --git a/Source/core/svg/SVGTRefElement.h b/Source/core/svg/SVGTRefElement.h
|
| index ee66c681e4e338582c5dc3e72cf56ab5cee5fa7f..8a6378dc8a314925a31f4425c6711ef749c0eb46 100644
|
| --- a/Source/core/svg/SVGTRefElement.h
|
| +++ b/Source/core/svg/SVGTRefElement.h
|
| @@ -43,7 +43,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&);
|
|
|
|
|