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

Unified Diff: content/renderer/web_ui_mojo.h

Issue 1113783002: Use Local instead of Handle in src/content/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « content/renderer/web_ui_extension.cc ('k') | content/renderer/web_ui_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_mojo.h
diff --git a/content/renderer/web_ui_mojo.h b/content/renderer/web_ui_mojo.h
index d851a6282a015ebc4cdb459dffaf87047d841455..f7179ef5d816447e1f314b56cdb14966d7e5fe53 100644
--- a/content/renderer/web_ui_mojo.h
+++ b/content/renderer/web_ui_mojo.h
@@ -37,7 +37,7 @@ class WebUIMojo
~MainFrameObserver() override;
// RenderFrameObserver overrides:
- void WillReleaseScriptContext(v8::Handle<v8::Context> context,
+ void WillReleaseScriptContext(v8::Local<v8::Context> context,
int world_id) override;
void DidFinishDocumentLoad() override;
@@ -50,7 +50,7 @@ class WebUIMojo
~WebUIMojo() override;
void CreateContextState();
- void DestroyContextState(v8::Handle<v8::Context> context);
+ void DestroyContextState(v8::Local<v8::Context> context);
// Invoked when the frame finishes loading. Invokes Run() on the
// WebUIMojoContextState.
« no previous file with comments | « content/renderer/web_ui_extension.cc ('k') | content/renderer/web_ui_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698