Index: Source/bindings/scripts/v8_methods.py |
diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py |
index 3372178c08ed9f093371d8234d4855e38883dc41..d4d7e3862abb0dfb37dd5116320597b99a2fb1db 100644 |
--- a/Source/bindings/scripts/v8_methods.py |
+++ b/Source/bindings/scripts/v8_methods.py |
@@ -235,6 +235,7 @@ def argument_context(interface, method, argument, index): |
'is_dictionary': idl_type.is_dictionary or idl_type.base_type == 'Dictionary', |
'is_nullable': idl_type.is_nullable, |
'is_optional': argument.is_optional, |
+ 'is_variadic': argument.is_variadic, |
'is_variadic_wrapper_type': is_variadic_wrapper_type, |
'is_wrapper_type': idl_type.is_wrapper_type, |
'name': argument.name, |