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