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

Unified Diff: gin/per_isolate_data.h

Issue 59153005: Begin implementing V8 bindings for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix skipped comment Created 7 years, 1 month 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
« gin/arguments.cc ('K') | « gin/gin.gyp ('k') | gin/per_isolate_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/per_isolate_data.h
diff --git a/gin/per_isolate_data.h b/gin/per_isolate_data.h
index 72467b80a5e246bb29ca463bddaeb63ecb581ca4..c92e9f3f5070c18fe55eb1790750adfafbf3e9e6 100644
--- a/gin/per_isolate_data.h
+++ b/gin/per_isolate_data.h
@@ -20,8 +20,10 @@ class PerIsolateData {
static PerIsolateData* From(v8::Isolate* isolate);
- void RegisterObjectTemplate(WrapperInfo* info,
- v8::Local<v8::ObjectTemplate> object_template);
+ void SetObjectTemplate(WrapperInfo* info,
+ v8::Local<v8::ObjectTemplate> object_template);
+
+ v8::Local<v8::ObjectTemplate> GetObjectTemplate(WrapperInfo* info);
private:
typedef std::map<
« gin/arguments.cc ('K') | « gin/gin.gyp ('k') | gin/per_isolate_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698