Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index bc4940e319497dc83fc8480ed7d0ed0d85fc25e5..c442ec8970b3db7730e0de22c808f6d212be5d62 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -53,7 +53,7 @@ private: |
template<typename CharType> |
void parseAttributeInternal(const QualifiedName&, const AtomicString&); |
- virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGlyphRefElement) |
DECLARE_ANIMATED_STRING(Href, href) |