| Index: Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index 6e4442eb4dfd681fe0431ce4aa7dc2ead87e4560..655fd19c15d3415c6df64de08e2cca71182f5f0e 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -883,7 +883,7 @@ MainThreadScrollingReasons ScrollingCoordinator::mainThreadScrollingReasons() co
|
| // frame. If it does not exist or if it is not scrollable, there is no
|
| // reason to force main thread scrolling.
|
| FrameView* frameView = m_page->mainFrame()->view();
|
| - if (!frameView || !frameView->isScrollable())
|
| + if (!frameView)
|
| return static_cast<MainThreadScrollingReasons>(0);
|
|
|
| MainThreadScrollingReasons mainThreadScrollingReasons = (MainThreadScrollingReasons)0;
|
|
|