Index: third_party/WebKit/Source/bindings/scripts/v8_dictionary.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py |
index a6abb3134d69318c575c83f729ecdaa42e0b8256..3db6a3b0a0f8c3a40736ba09c6b3a771de293e46 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py |
@@ -125,7 +125,7 @@ def member_context(dictionary, member): |
'enum_values': unwrapped_idl_type.enum_values, |
'has_method_name': has_method_name_for_dictionary_member(member), |
'idl_type': idl_type.base_type, |
- 'is_interface_type': idl_type.is_interface_type and not (idl_type.is_dictionary_type or is_deprecated_dictionary), |
+ 'is_interface_type': idl_type.is_interface_type and not is_deprecated_dictionary, |
'is_nullable': idl_type.is_nullable, |
'is_object': unwrapped_idl_type.name == 'Object' or is_deprecated_dictionary, |
'is_required': member.is_required, |