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

Unified Diff: gin/function_template.cc

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/function_template.cc
diff --git a/gin/function_template.cc b/gin/function_template.cc
index 30430873bb5737816e965930946796e4488dd87d..5dd5ecd3d50ef73f857456c2277213838d04e9f0 100644
--- a/gin/function_template.cc
+++ b/gin/function_template.cc
@@ -8,7 +8,7 @@
namespace gin {
-INIT_WRAPPABLE(internal::CallbackHolderBase);
+WrapperInfo internal::CallbackHolderBase::kWrapperInfo = { kEmbedderNativeGin };
void InitFunctionTemplates(PerIsolateData* isolate_data) {
if (!isolate_data->GetObjectTemplate(
« gin/function_template.h ('K') | « gin/function_template.h ('k') | gin/handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698