| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 8503d9a49aff561816c560a6ad32b270b2592794..3ba0ca64dc93ae82175d269a008882e96f1d7109 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -95,6 +95,7 @@ def generate_attribute(interface, attribute):
|
| 'has_strict_type_checking': has_strict_type_checking,
|
| 'idl_type': str(idl_type), # need trailing [] on array for Dictionary::ConversionContext::setConversionType
|
| 'is_call_with_execution_context': v8_utilities.has_extended_attribute_value(attribute, 'CallWith', 'ExecutionContext'),
|
| + 'is_call_with_new_script_state': v8_utilities.has_extended_attribute_value(attribute, 'CallWith', 'NewScriptState'),
|
| 'is_check_security_for_node': is_check_security_for_node,
|
| 'is_custom_element_callbacks': is_custom_element_callbacks,
|
| 'is_expose_js_accessors': 'ExposeJSAccessors' in extended_attributes,
|
|
|