Index: Source/bindings/scripts/v8_attributes.py |
diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py |
index 2d5f5e78eb032649f6db204da671a89d7335ff3b..6051ab81fef89aa0a7d4ccd2f606a878fcdf3b4f 100644 |
--- a/Source/bindings/scripts/v8_attributes.py |
+++ b/Source/bindings/scripts/v8_attributes.py |
@@ -100,6 +100,7 @@ def attribute_context(interface, attribute): |
'cpp_name': cpp_name(attribute), |
'cpp_type': idl_type.cpp_type, |
'cpp_type_initializer': idl_type.cpp_type_initializer, |
+ 'custom_exposed_rules': v8_utilities.exposed(attribute, interface), # [Exposed] |
'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs] |
'enum_validation_expression': idl_type.enum_validation_expression, |
'has_custom_getter': has_custom_getter, |