| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 02f9e2ad0e786c0910fe4461602a15518ad43de0..cb4254f9792a43f226bdcb3a1cf57fbbfed1a010 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -95,6 +95,7 @@ def attribute_context(interface, attribute):
|
| if is_constructor_attribute(attribute) else None,
|
| 'cpp_name': cpp_name(attribute),
|
| 'cpp_type': idl_type.cpp_type,
|
| + 'cpp_type_initializer': v8_types.cpp_type_initializer(idl_type),
|
| 'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs]
|
| 'enum_validation_expression': idl_type.enum_validation_expression,
|
| 'has_custom_getter': has_custom_getter,
|
|
|