Index: Source/WebCore/rendering/svg/RenderSVGInline.cpp |
=================================================================== |
--- Source/WebCore/rendering/svg/RenderSVGInline.cpp (revision 90861) |
+++ Source/WebCore/rendering/svg/RenderSVGInline.cpp (working copy) |
@@ -95,6 +95,9 @@ |
void RenderSVGInline::destroy() |
{ |
+ if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(this)) |
+ textRenderer->setNeedsPositioningValuesUpdate(); |
+ |
SVGResourcesCache::clientDestroyed(this); |
RenderInline::destroy(); |
} |