Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index d7143cd98c6af57c94584a811f97a0bbff8c9d66..623628a1d45db0663116e7e64c70c55872febb30 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -59,7 +59,7 @@ public: |
int getCharNumAtPosition(PassRefPtrWillBeRawPtr<SVGPointTearOff>, ExceptionState&); |
void selectSubString(unsigned charnum, unsigned nchars, ExceptionState&); |
- static SVGTextContentElement* elementFromRenderer(RenderObject*); |
+ static SVGTextContentElement* elementFromRenderer(LayoutObject*); |
SVGAnimatedLength* textLength() { return m_textLength.get(); } |
bool textLengthIsSpecifiedByUser() { return m_textLengthIsSpecifiedByUser; } |