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

Unified Diff: content/shell/test_runner/gc_controller.h

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
« no previous file with comments | « content/shell/test_runner/gamepad_controller.cc ('k') | content/shell/test_runner/gc_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/gc_controller.h
diff --git a/content/shell/test_runner/gc_controller.h b/content/shell/test_runner/gc_controller.h
index 49e4b0611bfc7dafe5181353932c79964d0d588d..9c34adcfe7b0a7c37af7260533383b32ea29d0f3 100644
--- a/content/shell/test_runner/gc_controller.h
+++ b/content/shell/test_runner/gc_controller.h
@@ -9,7 +9,7 @@
#include "gin/wrappable.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace gin {
@@ -21,7 +21,7 @@ namespace test_runner {
class GCController : public gin::Wrappable<GCController> {
public:
static gin::WrapperInfo kWrapperInfo;
- static void Install(blink::WebFrame* frame);
+ static void Install(blink::WebLocalFrame* frame);
private:
GCController();
« no previous file with comments | « content/shell/test_runner/gamepad_controller.cc ('k') | content/shell/test_runner/gc_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698