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