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

Unified Diff: gin/public/wrapper_info.h

Issue 1112923003: Replace Handle<> with Local in remaining gin/* (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 | « gin/public/context_holder.h ('k') | gin/runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/wrapper_info.h
diff --git a/gin/public/wrapper_info.h b/gin/public/wrapper_info.h
index 31b2a981e3cb411bd233f83d37324fa479719c8f..4a1f55f32b1b31d43dade23e70bbe179740887ca 100644
--- a/gin/public/wrapper_info.h
+++ b/gin/public/wrapper_info.h
@@ -23,7 +23,7 @@ enum InternalFields {
};
struct GIN_EXPORT WrapperInfo {
- static WrapperInfo* From(v8::Handle<v8::Object> object);
+ static WrapperInfo* From(v8::Local<v8::Object> object);
const GinEmbedder embedder;
};
« no previous file with comments | « gin/public/context_holder.h ('k') | gin/runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698