Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index ead979d5e6e3befdc0d45c60d09c61e3aafcac88..30f4d30376990744822dfa4672a29fbda041c789 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -333,6 +333,7 @@ interface TestObjectPython { |
SerializedScriptValue serializedScriptValueMethod(); |
XPathNSResolver xPathNSResolverMethod(); |
void voidMethodDictionaryArg(Dictionary dictionaryArg); |
+ void voidMethodEventListenerArg(EventListener eventListenerArg); |
void voidMethodNodeFilterArg(NodeFilter nodeFilterArg); |
void voidMethodPromiseArg(Promise promiseArg); |
void voidMethodSerializedScriptValueArg(SerializedScriptValue serializedScriptValueArg); |