| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 9023e06b5b80716aeee46003463cbcb77a6c65a1..a6603e011964b9e070a8f82870e3c1826b39528c 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -353,7 +353,7 @@ interface TestObject {
|
| SerializedScriptValue serializedScriptValueMethod();
|
| XPathNSResolver xPathNSResolverMethod();
|
| void voidMethodDictionaryArg(Dictionary dictionaryArg);
|
| - void voidMethodEventListenerArg(EventListener eventListenerArg);
|
| + void voidMethodEventListenerOrNullArg(EventListener? eventListenerArg);
|
| void voidMethodNodeFilterArg(NodeFilter nodeFilterArg);
|
| void voidMethodPromiseArg(Promise promiseArg);
|
| void voidMethodSerializedScriptValueArg(SerializedScriptValue serializedScriptValueArg);
|
|
|