| 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 5f166ce455a72e90f091994cfc8a17e8959706ca..5ac808b105ada6d1fe459d0e3630d76a820f66c6 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -86,7 +86,7 @@ class ScrollingCoordinatorTest : public ::testing::Test,
|
| }
|
|
|
| void NavigateTo(const std::string& url) {
|
| - FrameTestHelpers::LoadFrame(GetWebView()->MainFrame(), url);
|
| + FrameTestHelpers::LoadFrame(GetWebView()->MainFrameImpl(), url);
|
| }
|
|
|
| void LoadHTML(const std::string& html) {
|
|
|