Index: Source/bindings/templates/interface_base.cpp |
diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp |
index 050d7071c8e737b2d5339ea49e255f580cf12c92..c4ef1e07557528c04a3e6cdae749e30ad97e8012 100644 |
--- a/Source/bindings/templates/interface_base.cpp |
+++ b/Source/bindings/templates/interface_base.cpp |
@@ -109,6 +109,10 @@ template <typename T> void V8_USE(T) { } |
{% endfor %} |
{% endif %} |
{% endfor %} |
+{% if iterator_method %} |
+{{generate_method(iterator_method)}} |
+{{method_callback(iterator_method)}} |
+{% endif %} |
{% block origin_safe_method_setter %}{% endblock %} |
{# Constructors #} |
{% for constructor in constructors %} |