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