Index: third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp |
index 2b2a311a8c97a4714449e9ca86d5dee1309f5447..17f0a36a63a60cd89641d206580473496bd3698b 100644 |
--- a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp |
@@ -35,9 +35,7 @@ class DocumentLoaderTest : public ::testing::Test { |
->UnregisterAllURLsAndClearMemoryCache(); |
} |
- WebLocalFrameBase* MainFrame() { |
- return web_view_helper_.WebView()->MainFrameImpl(); |
- } |
+ WebLocalFrameBase* MainFrame() { return web_view_helper_.LocalMainFrame(); } |
FrameTestHelpers::WebViewHelper web_view_helper_; |
}; |