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( |