Index: Source/core/svg/SVGMissingGlyphElement.h |
diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h |
index 9057582fab5b7327dca133aafb31cd9db8a70a56..fa1ef31a74805aea9e32c6921cde8cfb0498af8f 100644 |
--- a/Source/core/svg/SVGMissingGlyphElement.h |
+++ b/Source/core/svg/SVGMissingGlyphElement.h |
@@ -33,7 +33,7 @@ public: |
private: |
explicit SVGMissingGlyphElement(Document&); |
- virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
}; |
DEFINE_NODE_TYPE_CASTS(SVGMissingGlyphElement, hasTagName(SVGNames::missing_glyphTag)); |