| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 9fca55f4f81012ca7107e2c2842cefaaf4385a0d..23877fa2d2fb472f89f091e433f7533d6c22cfd7 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1002,7 +1002,7 @@ bool FrameView::shouldPerformScrollAnchoring() const {
|
| return RuntimeEnabledFeatures::scrollAnchoringEnabled() &&
|
| !RuntimeEnabledFeatures::rootLayerScrollingEnabled() &&
|
| m_scrollAnchor.hasScroller() &&
|
| - layoutBox()->style()->overflowAnchor() != EOverflowAnchor::None &&
|
| + layoutBox()->style()->overflowAnchor() != EOverflowAnchor::kNone &&
|
| !m_frame->document()->finishingOrIsPrinting();
|
| }
|
|
|
|
|