Chromium Code Reviews| Index: Source/WebCore/rendering/svg/SVGRootInlineBox.cpp |
| =================================================================== |
| --- Source/WebCore/rendering/svg/SVGRootInlineBox.cpp (revision 89444) |
| +++ Source/WebCore/rendering/svg/SVGRootInlineBox.cpp (working copy) |
| @@ -77,6 +77,9 @@ |
| ASSERT(parentBlock); |
| Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes(); |
| + if (attributes.isEmpty()) |
| + return; |
| + |
| if (parentBlock->needsReordering()) |
| reorderValueLists(attributes); |