Index: Source/core/svg/SVGTextPositioningElement.h |
diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h |
index 3389331a286a6068077f0b2c0813f3230b50fd9f..797e33d71aded0e320cd20093ba898c434b205d1 100644 |
--- a/Source/core/svg/SVGTextPositioningElement.h |
+++ b/Source/core/svg/SVGTextPositioningElement.h |
@@ -31,7 +31,7 @@ namespace blink { |
class SVGTextPositioningElement : public SVGTextContentElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static SVGTextPositioningElement* elementFromRenderer(RenderObject*); |
+ static SVGTextPositioningElement* elementFromRenderer(RenderObject&); |
SVGAnimatedLengthList* x() { return m_x.get(); } |
SVGAnimatedLengthList* y() { return m_y.get(); } |