| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 785afeb9d43fc3505fc27f74794d5d31cc46fdda..2bcb9dd34b8c57b0374ee5d23d4f456518b980cc 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -1243,6 +1243,7 @@ def property_getter(getter, cpp_arguments):
|
| return {
|
| 'cpp_type': idl_type.cpp_type,
|
| 'cpp_value': cpp_value,
|
| + 'do_not_check_security': 'DoNotCheckSecurity' in extended_attributes,
|
| 'is_custom':
|
| 'Custom' in extended_attributes and
|
| (not extended_attributes['Custom'] or
|
|
|