Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index ab11d8f2964fcc650b011066f5e777d5bd5f063f..2ae55e3d341b1206845f05023682d776d33ee355 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -112,11 +112,11 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName) |
if (attrName == SVGNames::startOffsetAttr) |
updateRelativeLengthsInformation(); |
- if (RenderObject* object = renderer()) |
+ if (LayoutObject* object = renderer()) |
markForLayoutAndParentResourceInvalidation(object); |
} |
-RenderObject* SVGTextPathElement::createRenderer(const RenderStyle&) |
+LayoutObject* SVGTextPathElement::createRenderer(const RenderStyle&) |
{ |
return new RenderSVGTextPath(this); |
} |