| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 8899902608cd2b6b21f6e1d73f80c3ef515bfc12..8e3baff3c820a7a4f3d162c5947cb757d1e325bd 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -454,6 +454,7 @@ def access_control_list(interface, attribute):
|
| else:
|
| access_control.append('v8::ALL_CAN_READ')
|
| if (not attribute.is_read_only or
|
| + 'PutForwards' in extended_attributes or
|
| 'Replaceable' in extended_attributes):
|
| access_control.append('v8::ALL_CAN_WRITE')
|
| if is_unforgeable(interface, attribute):
|
|
|