Index: Source/core/svg/SVGDocument.h |
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h |
index 273db02360555199b732103126dc38956354c356..16bc1847c4c92dd72df71c0267abf55b6aea35b2 100644 |
--- a/Source/core/svg/SVGDocument.h |
+++ b/Source/core/svg/SVGDocument.h |
@@ -50,7 +50,7 @@ public: |
private: |
SVGDocument(const DocumentInit&); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const; |
FloatPoint m_translate; |
}; |