| Index: third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| index 8221e8160de095b4b940780a55621a5c43d04857..59a38419625f72cb3ec9f4228f465120841fca5e 100644
|
| --- a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| @@ -123,7 +123,7 @@ class BrowserControlsTest : public ::testing::Test {
|
|
|
| Element* GetElementById(const WebString& id) {
|
| return static_cast<Element*>(
|
| - GetWebView()->MainFrame()->GetDocument().GetElementById(id));
|
| + GetWebView()->MainFrameImpl()->GetDocument().GetElementById(id));
|
| }
|
|
|
| WebViewBase* GetWebView() const { return helper_.WebView(); }
|
|
|