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