| 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 2b6992b3c46e81c28b0b71e5389a669e82d4b09a..67dcf7a86a642bc3d56730875a2f282af508be83 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -91,7 +91,7 @@ class ScrollingCoordinatorTest : public ::testing::Test,
|
| }
|
|
|
| void LoadHTML(const std::string& html) {
|
| - FrameTestHelpers::LoadHTMLString(GetWebView()->MainFrame(), html,
|
| + FrameTestHelpers::LoadHTMLString(GetWebView()->MainFrameImpl(), html,
|
| URLTestHelpers::ToKURL("about:blank"));
|
| }
|
|
|
|
|