Index: third_party/WebKit/Source/bindings/scripts/v8_methods.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
index 2bbb53ba8753e97a79fd77c419c9c25b65c9bdab..3ac9276e64e257883ae9121952e15ee58f51fb24 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
@@ -209,7 +209,7 @@ def argument_context(interface, method, argument, index, is_visible=True): |
this_cpp_value = cpp_value(interface, method, index) |
is_variadic_wrapper_type = argument.is_variadic and idl_type.is_wrapper_type |
- # [TypeChecking=Interface] / [LegacyInterfaceTypeChecking] |
+ # [LegacyInterfaceTypeChecking] |
has_type_checking_interface = ( |
not is_legacy_interface_type_checking(interface, method) and |
idl_type.is_wrapper_type) |