| Index: Source/bindings/scripts/unstable/v8_methods.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_methods.py b/Source/bindings/scripts/unstable/v8_methods.py
|
| index 062aec80ce96e7cf3cb53f00c56766eb2f61f478..431dc99c77de07b5ad3c5d2b238f85c8f245d78e 100644
|
| --- a/Source/bindings/scripts/unstable/v8_methods.py
|
| +++ b/Source/bindings/scripts/unstable/v8_methods.py
|
| @@ -97,7 +97,7 @@ def generate_method(interface, method):
|
| any(argument for argument in arguments
|
| if argument.idl_type == 'SerializedScriptValue' or
|
| v8_types.is_integer_type(argument.idl_type)) or
|
| - name in ['addEventListener', 'removeEventListener'],
|
| + name in ['addEventListener', 'removeEventListener', 'dispatchEvent'],
|
| 'is_call_with_execution_context': has_extended_attribute_value(method, 'CallWith', 'ExecutionContext'),
|
| 'is_call_with_script_arguments': is_call_with_script_arguments,
|
| 'is_call_with_script_state': is_call_with_script_state,
|
|
|