| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index 50db9651385eff3289bde212561068e319c8b1eb..7a6e29454186e2dbe2f3fda0a1a6d0733865f80d 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -112,7 +112,7 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName)
|
| if (attrName == SVGNames::startOffsetAttr)
|
| updateRelativeLengthsInformation();
|
|
|
| - if (LayoutObject* object = renderer())
|
| + if (LayoutObject* object = layoutObject())
|
| markForLayoutAndParentResourceInvalidation(object);
|
| }
|
|
|
|
|