Index: Source/core/svg/SVGTextElement.h |
diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h |
index e90aa833f075d90eb12346f57e3725afe6f374cd..55b63e6407effc1ebe204d9e7eae297a0084e666 100644 |
--- a/Source/core/svg/SVGTextElement.h |
+++ b/Source/core/svg/SVGTextElement.h |
@@ -38,7 +38,7 @@ private: |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const; |
}; |
inline SVGTextElement* toSVGTextElement(Node* node) |