| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index fa5b97ac5a2d10a9f4d499d4122b076f744472c8..af82cd9c0791b8fa35ea70a1df4529d7eab5b1cc 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "core/svg/SVGTextPathElement.h"
|
|
|
| #include "core/XLinkNames.h"
|
| -#include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/RenderSVGTextPath.h"
|
| #include "core/svg/SVGDocumentExtensions.h"
|
|
|
| @@ -104,7 +103,7 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName)
|
| updateRelativeLengthsInformation();
|
|
|
| if (RenderObject* object = renderer())
|
| - RenderSVGResource::markForLayoutAndParentResourceInvalidation(object);
|
| + markForLayoutAndParentResourceInvalidation(object);
|
| }
|
|
|
| RenderObject* SVGTextPathElement::createRenderer(RenderStyle*)
|
|
|