| Index: third_party/WebKit/Source/web/tests/sim/SimTest.cpp | 
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.cpp b/third_party/WebKit/Source/web/tests/sim/SimTest.cpp | 
| index e583b2d1d667df365013ef97652777097cd6130b..fb9aa0510fc93bbe8f79a069e98838deddb61792 100644 | 
| --- a/third_party/WebKit/Source/web/tests/sim/SimTest.cpp | 
| +++ b/third_party/WebKit/Source/web/tests/sim/SimTest.cpp | 
| @@ -53,7 +53,7 @@ Document& SimTest::document() | 
|  | 
| WebViewImpl& SimTest::webView() | 
| { | 
| -    return *m_webViewHelper.webViewImpl(); | 
| +    return *m_webViewHelper.webView(); | 
| } | 
|  | 
| const SimWebViewClient& SimTest::webViewClient() const | 
|  |