| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 9873ee8b928bf325253e353bd86b896feeea36cc..3f3b3f649d2389ced02c1b1a389dadd7adada875 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -102,7 +102,6 @@
|
| '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,
|
| 'has_custom_setter': has_custom_setter,
|
| 'has_type_checking_unrestricted': has_type_checking_unrestricted,
|
|
|