| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| index 825e40158bd460e292e181f95895260541f3111b..8dd4f5b60a51b78ebcb5aadbb20d6dcacb981204 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| @@ -112,7 +112,7 @@ void LayoutMultiColumnSpannerPlaceholder::layout()
|
|
|
| // Take the overflow from the spanner, so that it gets
|
| // propagated to the multicol container and beyond.
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
| addContentsVisualOverflow(m_layoutObjectInFlowThread->visualOverflowRect());
|
| addLayoutOverflow(m_layoutObjectInFlowThread->layoutOverflowRect());
|
|
|
|
|