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

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: Moar copyright 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
Index: gin/per_isolate_data.h
diff --git a/gin/per_isolate_data.h b/gin/per_isolate_data.h
index 72467b80a5e246bb29ca463bddaeb63ecb581ca4..0b17d706abdb48ee2dff3e9ce431a7c99a02abf4 100644
--- a/gin/per_isolate_data.h
+++ b/gin/per_isolate_data.h
@@ -23,6 +23,9 @@ class PerIsolateData {
void RegisterObjectTemplate(WrapperInfo* info,
Aaron Boodman 2013/11/11 19:01:08 Change this to Set, just for parallelism with Get?
abarth-chromium 2013/11/11 20:17:42 Will do.
v8::Local<v8::ObjectTemplate> object_template);
+ bool GetObjectTemplate(WrapperInfo* info,
+ v8::Local<v8::ObjectTemplate>* out);
+
private:
typedef std::map<
WrapperInfo*, v8::Eternal<v8::ObjectTemplate> > ObjectTemplateMap;

Powered by Google App Engine
This is Rietveld 408576698