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

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

Issue 2811793005: Rename LocalFrame::Script() to GetScriptController() (Closed)
Patch Set: Created 3 years, 8 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 f2aea57284877ca351f0dc604a3b6117ff305879..68c96d556306a30651a6b353d816bf2bd1848cba 100644
--- a/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp
@@ -76,8 +76,10 @@ class ActivityLoggerTest : public testing::Test {
V8DOMActivityLogger::SetActivityLogger(kIsolatedWorldId, String(),
WTF::WrapUnique(activity_logger_));
web_view_helper_.Initialize(true);
- script_controller_ =
- &web_view_helper_.WebView()->MainFrameImpl()->GetFrame()->Script();
+ script_controller_ = &web_view_helper_.WebView()
+ ->MainFrameImpl()
+ ->GetFrame()
+ ->GetScriptController();
FrameTestHelpers::LoadFrame(web_view_helper_.WebView()->MainFrame(),
"about:blank");
}
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.cpp ('k') | third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698