Index: Source/core/svg/SVGForeignObjectElement.h |
diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h |
index 9db9220fa3aac635bdab19c90823c2ba6843671b..d02aa04ff7cea3817cddc31da757485167775981 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.h |
+++ b/Source/core/svg/SVGForeignObjectElement.h |
@@ -45,7 +45,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; } |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
virtual bool selfHasRelativeLengths() const OVERRIDE; |