| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index eab78a210fd80bd73d5e22657277a82c570e2932..e76b5b998ebd55615bcd48c22093a0d25b5b7dd8 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -366,7 +366,8 @@ interface TestObject {
|
| // Exceptional types
|
| Dictionary dictionaryMethod();
|
| NodeFilter nodeFilterMethod();
|
| - Promise promiseMethod();
|
| + Promise promiseMethod(long arg1, Dictionary arg2, DOMString arg3, DOMString... variadic);
|
| + Promise promiseMethodWithoutExceptionState(Dictionary arg1);
|
| SerializedScriptValue serializedScriptValueMethod();
|
| XPathNSResolver xPathNSResolverMethod();
|
| void voidMethodDictionaryArg(Dictionary dictionaryArg);
|
|
|