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

Unified Diff: content/renderer/java/gin_java_function_invocation_helper.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
Index: content/renderer/java/gin_java_function_invocation_helper.h
diff --git a/content/renderer/java/gin_java_function_invocation_helper.h b/content/renderer/java/gin_java_function_invocation_helper.h
index edf34d378e373f144cd818a762d5e563dc783093..286082019ccff5ef04115db666f46eba29178b6a 100644
--- a/content/renderer/java/gin_java_function_invocation_helper.h
+++ b/content/renderer/java/gin_java_function_invocation_helper.h
@@ -22,7 +22,7 @@ class GinJavaFunctionInvocationHelper {
const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher);
~GinJavaFunctionInvocationHelper();
- v8::Handle<v8::Value> Invoke(gin::Arguments* args);
+ v8::Local<v8::Value> Invoke(gin::Arguments* args);
private:
std::string method_name_;

Powered by Google App Engine
This is Rietveld 408576698