| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index a9c48adc05cbb32ae09be4d025da82e38a5c29e8..d03dade761a3d9e63a9efc62c2697f93dbb1d3d1 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -67,7 +67,7 @@ public:
|
| static void {{method.name}}MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| {% endfilter %}
|
| {% endfor %}
|
| - {% if has_constructor or has_event_constructor %}
|
| + {% if constructors or has_event_constructor %}
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| {% endif %}
|
| {% for attribute in attributes %}
|
|
|