| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp | 
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp | 
| index 39265c6150240c3d3702687e45f451cfc5be8c94..3a967e9a0ac0bcb20e14996131eb8b6782ae879d 100644 | 
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp | 
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp | 
| @@ -162,8 +162,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(); } | 
|  | 
| static void configureSettings(WebSettings* settings) | 
| { | 
|  |