| Index: third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| index 9bffba91adbd7ed8b603dc6046571bb53d4aa6dd..de3c2c7b9eec573a7653fe8bd08b7532d240f2bb 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| @@ -135,7 +135,6 @@
|
| 'is_read_only': attribute.is_read_only,
|
| 'is_reflect': is_reflect,
|
| 'is_replaceable': 'Replaceable' in attribute.extended_attributes,
|
| - 'is_same_object': 'SameObject' in attribute.extended_attributes,
|
| 'is_static': attribute.is_static,
|
| 'is_url': 'URL' in extended_attributes,
|
| 'is_unforgeable': is_unforgeable(interface, attribute),
|
|
|