| 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..929bdb8c3287e493d6810b67405bb682abf31fdf 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -1241,6 +1241,7 @@ def property_getter(getter, cpp_arguments):
|
| cpp_value = '%s(%s)' % (cpp_method_name, ', '.join(cpp_arguments))
|
|
|
| return {
|
| + 'all_can_read': 'AllCanRead' in extended_attributes,
|
| 'cpp_type': idl_type.cpp_type,
|
| 'cpp_value': cpp_value,
|
| 'is_custom':
|
|
|