| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 7c9380c87c9f2047e37b9cc714adf48839280402..ebe706ef3531b8040c3b072d5f42cf2e4ef4a592 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -223,9 +223,6 @@ ScrollingCoordinator* Page::scrollingCoordinator()
|
|
|
| String Page::mainThreadScrollingReasonsAsText()
|
| {
|
| - if (Document* document = m_mainFrame->document())
|
| - document->updateLayout();
|
| -
|
| if (ScrollingCoordinator* scrollingCoordinator = this->scrollingCoordinator())
|
| return scrollingCoordinator->mainThreadScrollingReasonsAsText();
|
|
|
|
|