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

Unified Diff: content/renderer/stats_collection_controller.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
« no previous file with comments | « content/renderer/stats_collection_controller.h ('k') | content/renderer/web_ui_extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/stats_collection_controller.cc
diff --git a/content/renderer/stats_collection_controller.cc b/content/renderer/stats_collection_controller.cc
index 618c6fc0c4e8a9a7e79e8d09886e005066c731ab..16eb0f83a70f6724c4d1a34338848cdf2d7ad70d 100644
--- a/content/renderer/stats_collection_controller.cc
+++ b/content/renderer/stats_collection_controller.cc
@@ -78,7 +78,7 @@ gin::WrapperInfo StatsCollectionController::kWrapperInfo = {
};
// static
-void StatsCollectionController::Install(blink::WebFrame* frame) {
+void StatsCollectionController::Install(blink::WebLocalFrame* frame) {
v8::Isolate* isolate = blink::MainThreadIsolate();
v8::HandleScope handle_scope(isolate);
v8::Local<v8::Context> context = frame->MainWorldScriptContext();
« no previous file with comments | « content/renderer/stats_collection_controller.h ('k') | content/renderer/web_ui_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698