| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index 2dcf468c3a92c8a31b42ce5e666d2bb5891aa124..32b6e3b3cd3f7754df48ae5762f0c16d5e0ec383 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -23,7 +23,6 @@
|
| #include "core/svg/SVGTextPositioningElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| -#include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/RenderSVGText.h"
|
| #include "core/svg/SVGLengthList.h"
|
| #include "core/svg/SVGNumberList.h"
|
| @@ -88,7 +87,7 @@ void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrNam
|
|
|
| if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(renderer))
|
| textRenderer->setNeedsPositioningValuesUpdate();
|
| - RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
|
| + markForLayoutAndParentResourceInvalidation(renderer);
|
| }
|
|
|
| SVGTextPositioningElement* SVGTextPositioningElement::elementFromRenderer(RenderObject* renderer)
|
|
|