Chromium Code Reviews| Index: Source/core/page/Page.cpp | 
| =================================================================== | 
| --- Source/core/page/Page.cpp (revision 159992) | 
| +++ Source/core/page/Page.cpp (working copy) | 
| @@ -223,9 +223,6 @@ | 
| String Page::mainThreadScrollingReasonsAsText() | 
| { | 
| - if (Document* document = m_mainFrame->document()) | 
| - document->updateLayout(); | 
| - | 
| if (ScrollingCoordinator* scrollingCoordinator = this->scrollingCoordinator()) | 
| return scrollingCoordinator->mainThreadScrollingReasonsAsText(); |