| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index 9e92e0ed43d273adc1b054f1be904578a42c0037..454c1d1d7c1203c1a1a770eacab7b0294f9bf134 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -137,6 +137,7 @@ def method_context(interface, method):
|
| if idl_type.is_explicit_nullable else idl_type.cpp_type),
|
| 'cpp_value': this_cpp_value,
|
| 'cpp_type_initializer': idl_type.cpp_type_initializer,
|
| + 'custom_exposed_rules': v8_utilities.exposed(method, interface), # [Exposed]
|
| 'custom_registration_extended_attributes':
|
| CUSTOM_REGISTRATION_EXTENDED_ATTRIBUTES.intersection(
|
| extended_attributes.iterkeys()),
|
|
|