| Index: Source/core/rendering/RenderBlockFlow.cpp
|
| diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp
|
| index a3680c646ad3c39a3adc989283b232dc7b469822..2c9cc9390c720ebf3be088aecc78ed5bd9dd55bd 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.cpp
|
| +++ b/Source/core/rendering/RenderBlockFlow.cpp
|
| @@ -2105,6 +2105,8 @@ void RenderBlockFlow::removeFloatingObjects()
|
| if (!m_floatingObjects)
|
| return;
|
|
|
| + markSiblingsWithFloatsForLayout();
|
| +
|
| m_floatingObjects->clear();
|
| }
|
|
|
|
|