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

Unified Diff: Source/bindings/templates/interface_base.cpp

Issue 100473006: IDL compiler: [Constructor] w/o arguments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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: 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 %}

Powered by Google App Engine
This is Rietveld 408576698