Index: Source/core/svg/SVGFilterElement.h |
diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h |
index a3c7b1e2c9626cf614b42487f6cc99eceb8e610f..35d7332dd953bdbfe222c81b783eae7ed72fe29d 100644 |
--- a/Source/core/svg/SVGFilterElement.h |
+++ b/Source/core/svg/SVGFilterElement.h |
@@ -60,7 +60,6 @@ private: |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; } |
virtual bool selfHasRelativeLengths() const OVERRIDE; |