| Index: Source/core/svg/SVGSymbolElement.h | 
| diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h | 
| index d06f1b3f011690b6d4c17b8f9f3865349ed11b4b..f6feeef70330d0f8a5ba090c5c454faab67aeca0 100644 | 
| --- a/Source/core/svg/SVGSymbolElement.h | 
| +++ b/Source/core/svg/SVGSymbolElement.h | 
| @@ -46,7 +46,7 @@ private: | 
| bool isSupportedAttribute(const QualifiedName&); | 
| 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; | 
|  | 
|  |