| Index: Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py
|
| index 3937b3f7076a68652037790c5d70b73e8d2124af..6dc772fdcf99944f5204b50dc7bcc8302e07093a 100644
|
| --- a/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/Source/bindings/scripts/v8_dictionary.py
|
| @@ -83,7 +83,6 @@ def member_context(member):
|
| 'name': member.name,
|
| 'setter_name': setter_name_for_dictionary_member(member),
|
| 'v8_default_value': v8_default_value,
|
| - 'v8_type': v8_types.v8_type(idl_type.base_type),
|
| }
|
|
|
|
|
|
|