| Index: third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| index d6316bddb0d23352e2db9f542d5efa6b0b78d7aa..a9c70a66ae7a286a8c4135fde4b841ba53d75f76 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| @@ -71,7 +71,7 @@ def cpp_type(idl_type):
|
| IdlTypeBase.callback_cpp_type = property(cpp_type)
|
|
|
|
|
| -def callback_interface_context(callback_interface):
|
| +def callback_interface_context(callback_interface, _):
|
| includes.clear()
|
| includes.update(CALLBACK_INTERFACE_CPP_INCLUDES)
|
| return {
|
|
|