| 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 bac88bf6a28bfc63273d5a2bf1cddecd4253649b..8c8c7f52a9ca97992fbdc2a08f056de3c7dc5b74 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -375,6 +375,8 @@ interface TestObject {
|
| // Exceptional types
|
| Dictionary dictionaryMethod();
|
| TestDictionary testDictionaryMethod();
|
| + TestDictionary? nullableTestDictionaryMethod();
|
| + void passPermissiveDictionaryMethod([PermissiveDictionaryConversion] optional TestDictionary arg);
|
| NodeFilter nodeFilterMethod();
|
| Promise<void> promiseMethod(long arg1, Dictionary arg2, DOMString arg3, DOMString... variadic);
|
| Promise promiseMethodWithoutExceptionState(Dictionary arg1);
|
|
|