Chromium Code Reviews| Index: Source/WebCore/rendering/RenderBox.cpp |
| =================================================================== |
| --- Source/WebCore/rendering/RenderBox.cpp (revision 105342) |
| +++ Source/WebCore/rendering/RenderBox.cpp (working copy) |
| @@ -289,6 +289,7 @@ |
| if (parent && parent->isDeprecatedFlexibleBox()) |
| parentBlock = toRenderBlock(parent); |
| + parentBlock->markSiblingsWithFloatsForLayout(this); |
| parentBlock->markAllDescendantsWithFloatsForLayout(this, false); |
| } |
| } |