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

Unified Diff: content/shell/test_runner/test_interfaces.cc

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (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: content/shell/test_runner/test_interfaces.cc
diff --git a/content/shell/test_runner/test_interfaces.cc b/content/shell/test_runner/test_interfaces.cc
index dc6e2456954a3d462a19de8b8a04e73e0757161d..0131fdb361b8527c7da0ac3b387331ebb35ac66e 100644
--- a/content/shell/test_runner/test_interfaces.cc
+++ b/content/shell/test_runner/test_interfaces.cc
@@ -59,7 +59,7 @@ void TestInterfaces::SetDelegate(WebTestDelegate* delegate) {
delegate_ = delegate;
}
-void TestInterfaces::BindTo(blink::WebFrame* frame) {
+void TestInterfaces::BindTo(blink::WebLocalFrame* frame) {
if (gamepad_controller_)
gamepad_controller_->Install(frame);
GCController::Install(frame);
« no previous file with comments | « content/shell/test_runner/test_interfaces.h ('k') | content/shell/test_runner/test_runner_for_specific_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698