Index: Source/WebCore/rendering/svg/SVGImageBufferTools.cpp |
=================================================================== |
--- Source/WebCore/rendering/svg/SVGImageBufferTools.cpp (revision 106008) |
+++ Source/WebCore/rendering/svg/SVGImageBufferTools.cpp (working copy) |
@@ -87,7 +87,7 @@ |
AffineTransform savedContentTransformation = contentTransformation; |
contentTransformation = subtreeContentTransformation * contentTransformation; |
- item->layoutIfNeeded(); |
+ ASSERT(!item->needsLayout()); |
item->paint(info, IntPoint()); |
contentTransformation = savedContentTransformation; |