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

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

Issue 2940863005: Move loading methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: 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/ActivityLoggerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp b/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp
index 01195df8e23ff31fef622c98c73a4104ef398003..f63f676f915191e88d102f1b290c315841dc4f1e 100644
--- a/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp
@@ -80,7 +80,7 @@ class ActivityLoggerTest : public testing::Test {
->MainFrameImpl()
->GetFrame()
->GetScriptController();
- FrameTestHelpers::LoadFrame(web_view_helper_.WebView()->MainFrame(),
+ FrameTestHelpers::LoadFrame(web_view_helper_.WebView()->MainFrameImpl(),
"about:blank");
}

Powered by Google App Engine
This is Rietveld 408576698