| 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 36d1b80a6ccbcde8b4e0d789b1bce2b52e2d371e..f783a1897844b687f36205a21e3eb62a42e64d97 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -87,7 +87,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) {
|
|
|