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 e54a7ddb1dfd726b724a8f67db0ff8f02d35d243..5ac11452b39c813940b82d033e0aee07f2442e7e 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(); } |