| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index e581fb443ca3af0da3a14f99ee04303a4ccc9edd..60adeebf0424772a159a7f2768f97a8119b2c426 100644
|
| --- a/Source/bindings/templates/interface_base.cpp
|
| +++ b/Source/bindings/templates/interface_base.cpp
|
| @@ -74,7 +74,7 @@ template <typename T> void V8_USE(T) { }
|
| {% from 'attributes.cpp' import attribute_getter, attribute_getter_callback,
|
| attribute_setter, attribute_setter_callback
|
| with context %}
|
| -{% for attribute in attributes if not attribute.is_constructor %}
|
| +{% for attribute in attributes if not attribute.constructor_type %}
|
| {% for world_suffix in attribute.world_suffixes %}
|
| {% if not attribute.has_custom_getter %}
|
| {{attribute_getter(attribute, world_suffix)}}
|
|
|