| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index ed58574e7561b5cf59a69688f41220a1d8e6af07..0df011d9be09b26cb52b73149b364c0689cda0bf 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -180,7 +180,6 @@ def method_context(interface, method, is_visible=True):
|
| argument for argument in arguments
|
| if not argument.is_optional]),
|
| 'only_exposed_to_private_script': is_only_exposed_to_private_script,
|
| - 'per_context_enabled_function': v8_utilities.per_context_enabled_function_name(method), # [PerContextEnabled]
|
| 'private_script_v8_value_to_local_cpp_value': idl_type.v8_value_to_local_cpp_value(
|
| extended_attributes, 'v8Value', 'cppValue', isolate='scriptState->isolate()', bailout_return_value='false'),
|
| 'property_attributes': property_attributes(interface, method),
|
|
|