| Index: Source/core/svg/SVGSymbolElement.h
|
| diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h
|
| index 01dcf715a6ca884b3cf11d82cf674793f2905cc5..f5f4954b57e3efd2ff5f06c73039a9c6bb078565 100644
|
| --- a/Source/core/svg/SVGSymbolElement.h
|
| +++ b/Source/core/svg/SVGSymbolElement.h
|
| @@ -41,11 +41,11 @@ private:
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| - virtual void svgAttributeChanged(const QualifiedName&);
|
| + virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*);
|
| + virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
|
|
| - virtual bool selfHasRelativeLengths() const;
|
| + virtual bool selfHasRelativeLengths() const OVERRIDE;
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSymbolElement)
|
| DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
|
|