| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 8328c86d78466d1c529287582952b0d98f12bb25..e884286a062bdb3bfd2dbdce08d3656106c7c8fe 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -363,7 +363,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);
|
|
|