| Index: third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| index 6c14c4bbfa97e573cd863818cf843c4440198d00..3e3cf395e2a1eb03879486e160d767274f4392d0 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| @@ -548,6 +548,8 @@ IdlType.v8_conversion_is_trivial = property(v8_conversion_is_trivial)
|
|
|
|
|
| def native_value_traits_type_name(idl_type):
|
| + idl_type = idl_type.preprocessed_type
|
| +
|
| if idl_type.is_nullable:
|
| idl_type = idl_type.inner_type
|
|
|
|
|