| 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 a126e5474edd509793ff4726c9b276dfd1ba29d6..f9a85c73a3306e464dcc44b7cb8ae3b98f5e1d8d 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| @@ -437,8 +437,7 @@ def impl_includes_for_type(idl_type, interfaces_info):
|
| includes_for_type.add('wtf/text/WTFString.h')
|
| if base_idl_type in interfaces_info:
|
| interface_info = interfaces_info[base_idl_type]
|
| - if interface_info['include_path']:
|
| - includes_for_type.add(interface_info['include_path'])
|
| + includes_for_type.add(interface_info['include_path'])
|
| if base_idl_type in INCLUDES_FOR_TYPE:
|
| includes_for_type.update(INCLUDES_FOR_TYPE[base_idl_type])
|
| if idl_type.is_typed_array:
|
|
|