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

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

Issue 149993003: IDL compiler: [Custom=PropertyEnumerator] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months 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 97c84b846c898e8b94f63da63881bfe2393ddd8e..9682bc6f4a03466a0b0ebdc4e943cf205ecc40f0 100644
--- a/Source/bindings/templates/interface_base.cpp
+++ b/Source/bindings/templates/interface_base.cpp
@@ -138,10 +138,12 @@ template <typename T> void V8_USE(T) { }
{% block named_property_getter_callback %}{% endblock %}
{% block named_property_setter %}{% endblock %}
{% block named_property_setter_callback %}{% endblock %}
+{% block named_property_query %}{% endblock %}
+{% block named_property_query_callback %}{% endblock %}
{% block named_property_deleter %}{% endblock %}
{% block named_property_deleter_callback %}{% endblock %}
-{% block named_property_query_and_callback %}{% endblock %}
-{% block named_property_enumerator_and_callback %}{% endblock %}
+{% block named_property_enumerator %}{% endblock %}
+{% block named_property_enumerator_callback %}{% endblock %}
} // namespace {{cpp_class}}V8Internal
{% block visit_dom_wrapper %}{% endblock %}

Powered by Google App Engine
This is Rietveld 408576698