| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index a23ed3c690dbc857ad97cc76af66e729df722e5a..891e7411845dee71e121a96f68204603f4b209bb 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -132,7 +132,7 @@ public:
|
| {# Custom internal fields #}
|
| {% set custom_internal_field_counter = 0 %}
|
| {# persistentHandleIndex must be the first field, if it is present #}
|
| - {% if is_garbage_collected %}
|
| + {% if is_will_be_garbage_collected %}
|
| static const int persistentHandleIndex = v8DefaultWrapperInternalFieldCount + {{custom_internal_field_counter}};
|
| {% set custom_internal_field_counter = custom_internal_field_counter + 1 %}
|
| {% endif %}
|
|
|