| Index: third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| index 6cd76a9da981ed84136f6d7a51a662148246695c..0cd28d2b85a83eb34941ddd0b0458137586d9572 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| @@ -1118,7 +1118,7 @@ def resolution_tests_methods(effective_overloads):
|
| # same thing.
|
| try:
|
| method = next(method for idl_type, method in idl_types_methods
|
| - if idl_type.is_callback_function)
|
| + if idl_type.is_custom_callback_function)
|
| test = '%s->IsFunction()' % cpp_value
|
| yield test, method
|
| except StopIteration:
|
|
|