| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 7a686c796b6fbd29d70a9db449fc176f5665f68d..972d7554f6b93d9e0b418cf9f554e321e22fcc35 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -450,6 +450,8 @@ interface TestObject {
|
| void overloadedMethodJ(TestDictionary testDictionaryArg);
|
| void overloadedMethodK(Function functionArg);
|
| void overloadedMethodK(DOMString stringArg);
|
| + void overloadedMethodL(long longArg, any... restArgs);
|
| + void overloadedMethodL(DOMString stringArg, any... restArgs);
|
|
|
| Promise promiseOverloadMethod();
|
| Promise promiseOverloadMethod(Window arg1, double arg2);
|
|
|