| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index 52c5d9aa5594438b4aaefb4eb5f0c4d6be95a27b..ad4c55386ff917f52106be1f6914f65430f24e44 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(RenderStyle*)
|
| +LayoutObject* SVGTextPathElement::createRenderer(RenderStyle*)
|
| {
|
| return new RenderSVGTextPath(this);
|
| }
|
|
|