Index: third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp b/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp |
index 5360c0bbc9ceb60b68a3936f12a6249f49b235be..87cec8fbf434f39b66612ff592120ca2825c5f3f 100644 |
--- a/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp |
@@ -127,9 +127,7 @@ class ExternalPopupMenuTest : public ::testing::Test { |
const ExternalPopupMenuWebFrameClient& Client() const { |
return web_frame_client_; |
} |
- WebLocalFrameBase* MainFrame() const { |
- return helper_.WebView()->MainFrameImpl(); |
- } |
+ WebLocalFrameBase* MainFrame() const { return helper_.LocalMainFrame(); } |
private: |
std::string base_url_; |