Index: Source/WebCore/rendering/RenderInline.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderInline.cpp (revision 136285) |
+++ Source/WebCore/rendering/RenderInline.cpp (working copy) |
@@ -455,6 +455,7 @@ |
// We can reuse this block and make it the preBlock of the next continuation. |
pre = block; |
pre->removePositionedObjects(0); |
+ pre->removeFloatingObjects(); |
block = block->containingBlock(); |
} else { |
// No anonymous block available for use. Make one. |