| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 22e8796e2a2c1acde998318bb91058089844131f..b50ab4e80beabb8baf974ba9c2e7c7f602e36320 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -123,6 +123,7 @@ def generate_attribute(interface, attribute):
|
| 'per_context_enabled_function': v8_utilities.per_context_enabled_function_name(attribute), # [PerContextEnabled]
|
| 'property_attributes': property_attributes(attribute),
|
| 'put_forwards': 'PutForwards' in extended_attributes,
|
| + 'ref_ptr': 'RefPtrWillBeRawPtr' if idl_type.is_will_be_garbage_collected else 'RefPtr',
|
| 'reflect_empty': extended_attributes.get('ReflectEmpty'),
|
| 'reflect_invalid': extended_attributes.get('ReflectInvalid', ''),
|
| 'reflect_missing': extended_attributes.get('ReflectMissing'),
|
|
|