Index: Source/bindings/scripts/v8_methods.py |
diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py |
index bfb3770bbf5ad5903404a59fcb8632f1739d3958..dc506e957cfa56700b1fabcd9eb985b86902af0d 100644 |
--- a/Source/bindings/scripts/v8_methods.py |
+++ b/Source/bindings/scripts/v8_methods.py |
@@ -224,6 +224,7 @@ def argument_context(interface, method, argument, index): |
'idl_type': idl_type.base_type, |
'idl_type_object': idl_type, |
'index': index, |
+ 'is_callback_function': idl_type.is_callback_function, |
'is_callback_interface': idl_type.is_callback_interface, |
# FIXME: Remove generic 'Dictionary' special-casing |
'is_dictionary': idl_type.is_dictionary or idl_type.base_type == 'Dictionary', |