| Index: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp | 
| diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp | 
| index b8b89dffd13a161638cd7a5807fd8211173d19c3..fd4e18cb8df81ea9e09fa8935d8c69b560456486 100644 | 
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp | 
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp | 
| @@ -98,8 +98,8 @@ public: | 
| return webScrollLayer; | 
| } | 
|  | 
| -    WebViewImpl* webViewImpl() const { return m_helper.webViewImpl(); } | 
| -    LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); } | 
| +    WebViewImpl* webViewImpl() const { return m_helper.webView(); } | 
| +    LocalFrame* frame() const { return m_helper.webView()->mainFrameImpl()->frame(); } | 
|  | 
| WebLayerTreeView* webLayerTreeView() const { return webViewImpl()->layerTreeView(); } | 
|  | 
|  |