| Index: Source/bindings/scripts/v8_utilities.py
|
| diff --git a/Source/bindings/scripts/v8_utilities.py b/Source/bindings/scripts/v8_utilities.py
|
| index 52da18f481ce1074803963441af758e996a08ec2..1cd44abbe378c6d69e80cb8f24d0d6a28e0f9958 100644
|
| --- a/Source/bindings/scripts/v8_utilities.py
|
| +++ b/Source/bindings/scripts/v8_utilities.py
|
| @@ -468,11 +468,6 @@ def on_prototype(interface, member):
|
| if (interface.name == 'Window'):
|
| return member.idl_type.name == 'EventHandler'
|
|
|
| - # TODO(yukishiino): We should move all of the following members to prototype
|
| - # chains.
|
| - if 'Custom' in member.extended_attributes:
|
| - return False
|
| -
|
| if 'ExposeJSAccessors' in interface.extended_attributes:
|
| return True
|
| if 'DoNotExposeJSAccessors' in interface.extended_attributes:
|
|
|