| Index: Source/bindings/scripts/v8_attributes.py
 | 
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
 | 
| index 6d2f82bd4905c2b0120a46d6cd7b8d0204a8e92f..ffa2a435b7f4a49c4d5181013c7941d05d238fdb 100644
 | 
| --- a/Source/bindings/scripts/v8_attributes.py
 | 
| +++ b/Source/bindings/scripts/v8_attributes.py
 | 
| @@ -491,7 +491,6 @@ def is_expose_js_accessors(interface, attribute):
 | 
|              has_custom_getter(attribute) or
 | 
|              has_custom_setter(attribute) or
 | 
|              interface.name == 'Window' or
 | 
| -            interface.name == 'WorkerGlobalScope' or
 | 
|              v8_utilities.indexed_property_getter(interface) or
 | 
|              v8_utilities.indexed_property_setter(interface) or
 | 
|              v8_utilities.indexed_property_deleter(interface) or
 | 
| 
 |