Index: Source/bindings/templates/interface_base.cpp |
diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp |
index 37d9200666fcaa2bf5e27229eb9fe77224dada8f..b6fc627968e5537a813029fc9cf719dda5cfa290 100644 |
--- a/Source/bindings/templates/interface_base.cpp |
+++ b/Source/bindings/templates/interface_base.cpp |
@@ -114,8 +114,11 @@ template <typename T> void V8_USE(T) { } |
{% endfor %} |
{% endfor %} |
{% block origin_safe_method_setter %}{% endblock %} |
+{# Constructors #} |
+{% block constructor %}{% endblock %} |
} // namespace {{cpp_class}}V8Internal |
+{% block constructor_callback %}{% endblock %} |
{% block visit_dom_wrapper %}{% endblock %} |
{% block class_attributes %}{% endblock %} |
{% block class_accessors %}{% endblock %} |