| Index: Source/bindings/scripts/v8_utilities.py
|
| diff --git a/Source/bindings/scripts/v8_utilities.py b/Source/bindings/scripts/v8_utilities.py
|
| index e1e584be75bec46fea220ae4828f19f69518b38c..149352085eb788a6162cc241b553ed45e5c7c454 100644
|
| --- a/Source/bindings/scripts/v8_utilities.py
|
| +++ b/Source/bindings/scripts/v8_utilities.py
|
| @@ -461,8 +461,7 @@ def on_prototype(interface, member):
|
| # These members must not be placed on prototype chains.
|
| if (is_constructor_attribute(member) or
|
| member.is_static or
|
| - is_unforgeable(interface, member) or
|
| - 'OverrideBuiltins' in interface.extended_attributes):
|
| + is_unforgeable(interface, member)):
|
| return False
|
|
|
| # TODO(yukishiino): We should handle [Global] and [PrimaryGlobal] instead of
|
|
|