Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index 06389dc41e4fa68a9592dedac21c4bda8a0038b8..66ceb1be53f4a6aaaaaecdabfeea78595b7b999b 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); |
} |