| Index: Source/bindings/scripts/v8_interface.py | 
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py | 
| index abc23b40b0799a94e74ef4cac5b708e45001a601..3be0bfde4478779e65b4271476cfafdf7709077d 100644 | 
| --- a/Source/bindings/scripts/v8_interface.py | 
| +++ b/Source/bindings/scripts/v8_interface.py | 
| @@ -217,7 +217,7 @@ def generate_interface(interface): | 
| 'is_constructor_call_with_document': has_extended_attribute_value( | 
| interface, 'ConstructorCallWith', 'Document'),  # [ConstructorCallWith=Document] | 
| 'is_constructor_call_with_execution_context': has_extended_attribute_value( | 
| -            interface, 'ConstructorCallWith', 'ExecutionContext'),  # [ConstructorCallWith=ExeuctionContext] | 
| +            interface, 'ConstructorCallWith', 'ExecutionContext'),  # [ConstructorCallWith=ExecutionContext] | 
| 'is_constructor_raises_exception': extended_attributes.get('RaisesException') == 'Constructor',  # [RaisesException=Constructor] | 
| 'named_constructor': named_constructor, | 
| }) | 
|  |