Chromium Code Reviews| Index: Source/WebCore/rendering/RenderBlock.h |
| =================================================================== |
| --- Source/WebCore/rendering/RenderBlock.h (revision 114940) |
| +++ Source/WebCore/rendering/RenderBlock.h (working copy) |
| @@ -444,6 +444,7 @@ |
| { |
| LayoutUnit repaintLogicalTop = 0; |
| LayoutUnit repaintLogicalBottom = 0; |
| + clearFloats(NormalLayoutPass); |
| layoutInlineChildren(true, repaintLogicalTop, repaintLogicalBottom); |
| } |
| #endif |