| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 30721c9b1b2990b0e12f5655798dad3b38c0222e..5464f017c667aba6ab3318fc39d5f409f290ec1d 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -96,6 +96,7 @@ def attribute_context(interface, attribute):
|
| 'cpp_type_initializer': idl_type.cpp_type_initializer,
|
| 'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs]
|
| 'enum_validation_expression': idl_type.enum_validation_expression,
|
| + 'exposed_test': v8_utilities.exposed(attribute, interface), # [Exposed]
|
| 'has_custom_getter': has_custom_getter(attribute),
|
| 'has_custom_setter': has_custom_setter(attribute),
|
| 'has_type_checking_unrestricted': has_type_checking_unrestricted,
|
|
|