| Index: third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| index bcfa35cc13b2e57c6c8be4891e61e12f976a0751..f82a0579ad54fb5d4924a42b4e0ddf908ce7ad9a 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| @@ -164,7 +164,6 @@ def interface_context(interface):
|
| 'is_gc_type': True,
|
| # FIXME: Remove 'EventTarget' special handling, http://crbug.com/383699
|
| 'has_access_check_callbacks': (is_check_security and
|
| - interface.name != 'Window' and
|
| interface.name != 'EventTarget'),
|
| 'has_custom_legacy_call_as_function': has_extended_attribute_value(interface, 'Custom', 'LegacyCallAsFunction'), # [Custom=LegacyCallAsFunction]
|
| 'has_partial_interface': len(interface.partial_interfaces) > 0,
|
|
|