Index: Source/core/svg/SVGTextElement.h |
diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h |
index da4059aaf109cacc9112492d6d2f5721d036a78f..28284a1a3ab0cc0fadca19837ae7945acac1a347 100644 |
--- a/Source/core/svg/SVGTextElement.h |
+++ b/Source/core/svg/SVGTextElement.h |
@@ -38,7 +38,6 @@ private: |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; } |
}; |
DEFINE_NODE_TYPE_CASTS(SVGTextElement, hasTagName(SVGNames::textTag)); |