Index: Source/WebCore/rendering/svg/SVGRootInlineBox.cpp |
=================================================================== |
--- Source/WebCore/rendering/svg/SVGRootInlineBox.cpp (revision 118874) |
+++ Source/WebCore/rendering/svg/SVGRootInlineBox.cpp (working copy) |
@@ -73,7 +73,6 @@ |
RenderSVGText* textRoot = toRenderSVGText(block()); |
ASSERT(textRoot); |
- textRoot->rebuildLayoutAttributes(); |
Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot->layoutAttributes(); |
if (layoutAttributes.isEmpty()) |
return; |