Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index c18a011b384f8540c8a79059b19d1f09b55bc80d..1ea5d11cde5d76f61a4850cb2be337a54bd25ab6 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -127,8 +127,8 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&); |
virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool childShouldCreateRenderer(const Node& child) const; |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual bool selfHasRelativeLengths() const; |