| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp
|
| index bc5b01e48b75def0b215daf8326f3bead7df5a54..80b7592ed915b6e4d9045b8d6632c76524e24976 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp
|
| @@ -314,7 +314,7 @@ void LayoutMultiColumnFlowThread::EvacuateAndDestroy() {
|
| // they aren't just re-added again to the flow thread that we're trying to
|
| // empty.
|
| multicol_container->ResetMultiColumnFlowThread();
|
| - MoveAllChildrenTo(multicol_container, true);
|
| + MoveAllChildrenIncludingFloatsTo(multicol_container, true);
|
|
|
| // We used to manually nuke the line box tree here, but that should happen
|
| // automatically when moving children around (the code above).
|
|
|