| 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 6bc0cf36e2da9205d0d45eb9cf5ad9a4969fb75f..8ec50b0c2fce2b7c050cf0d8bfea8576885e7bf6 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2994,7 +2994,7 @@ void FrameView::removeChild(Widget* child)
|
|
|
| bool FrameView::visualViewportSuppliesScrollbars() const
|
| {
|
| - return m_frame->isMainFrame() && m_frame->settings() && m_frame->settings()->viewportMetaEnabled();
|
| + return m_frame->isMainFrame() && m_frame->settings() && m_frame->settings()->viewportEnabled();
|
| }
|
|
|
| AXObjectCache* FrameView::axObjectCache() const
|
|
|