Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp

Issue 2945093002: Use WebViewHelper::LocalMainFrame where possible. (Closed)
Patch Set: Rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698