Index: Source/bindings/templates/interface_base.cpp |
diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp |
index b9744a062df0a416fbaf9c62ae49d38e148346e7..14ac2d630ac94fcfb4c0273c11a580a474d76c3d 100644 |
--- a/Source/bindings/templates/interface_base.cpp |
+++ b/Source/bindings/templates/interface_base.cpp |
@@ -116,6 +116,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 %} |