| Index: third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| index 6944527b9ef28540aa14a27bbaeb12de3b714f31..b187b40e13f73e61224a9f657fb39742fa205590 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| @@ -66,7 +66,7 @@ void LayoutIFrame::layout()
|
| // No kids to layout as a replaced element.
|
| updateLogicalHeight();
|
|
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
| addVisualEffectOverflow();
|
| updateLayerTransformAfterLayout();
|
|
|
|
|