| Index: third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| index 0be9c69669a7531966cf715f984c10841d1d8e09..850fb54bbd7494f26b23935e931f08e3e13149b4 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| @@ -342,7 +342,7 @@ def setter_context(interface, attribute, context):
|
| is_setter_raises_exception = (
|
| 'RaisesException' in extended_attributes and
|
| extended_attributes['RaisesException'] in [None, 'Setter'])
|
| - # [TypeChecking=Interface] / [LegacyInterfaceTypeChecking]
|
| + # [LegacyInterfaceTypeChecking]
|
| has_type_checking_interface = (
|
| not is_legacy_interface_type_checking(interface, attribute) and
|
| idl_type.is_wrapper_type)
|
|
|