| Index: Source/bindings/scripts/unstable/v8_methods.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_methods.py b/Source/bindings/scripts/unstable/v8_methods.py
|
| index 1344ee0d9f514735e98e52ca374b8c149747c647..88a6be981bc2d4e9218737bc9a9a64d6f348a911 100644
|
| --- a/Source/bindings/scripts/unstable/v8_methods.py
|
| +++ b/Source/bindings/scripts/unstable/v8_methods.py
|
| @@ -101,6 +101,9 @@ def generate_method(interface, method):
|
| 'is_call_with_execution_context': has_extended_attribute_value(method, 'CallWith', 'ExecutionContext'),
|
| 'is_call_with_script_arguments': is_call_with_script_arguments,
|
| 'is_call_with_script_state': is_call_with_script_state,
|
| + 'is_check_security_for_frame': (
|
| + 'CheckSecurity' in interface.extended_attributes and
|
| + 'DoNotCheckSecurity' not in extended_attributes),
|
| 'is_check_security_for_node': is_check_security_for_node,
|
| 'is_custom': 'Custom' in extended_attributes,
|
| 'is_custom_element_callbacks': is_custom_element_callbacks,
|
|
|