| Index: Source/WebCore/svg/SVGAElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGAElement.cpp (revision 112620)
|
| +++ Source/WebCore/svg/SVGAElement.cpp (working copy)
|
| @@ -247,7 +247,7 @@
|
| // Invalidate the TextPosition cache in SVGTextLayoutAttributesBuilder as it may now point
|
| // to no-longer existing SVGTextPositioningElements and thus needs to be rebuilt.
|
| if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(renderer()))
|
| - textRenderer->textDOMChanged();
|
| + textRenderer->invalidateTextPositioningElements();
|
| }
|
|
|
| } // namespace WebCore
|
|
|