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