Index: Source/core/svg/SVGAltGlyphElement.h |
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h |
index dd7f0f55d9cd143453d83c926569110e8581d968..87e41c6b87a27b2f86428a4e4f9319bc05b63546 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.h |
+++ b/Source/core/svg/SVGAltGlyphElement.h |
@@ -48,8 +48,8 @@ public: |
private: |
explicit SVGAltGlyphElement(Document&); |
- virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const Node& child) const; |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAltGlyphElement) |
DECLARE_ANIMATED_STRING(Href, href) |