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 204d2e5e364e8a02f99343832f8aef23ea69d55a..9d6c1293c4fcc67bf7bb09e4051c728093928592 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -364,6 +364,7 @@ interface TestObject { |
void voidMethodTestEnumArg(TestEnum testEnumTypeArg); |
// Exceptional types |
Dictionary dictionaryMethod(); |
+ TestDictionary testDictionaryMethod(); |
NodeFilter nodeFilterMethod(); |
Promise promiseMethod(long arg1, Dictionary arg2, DOMString arg3, DOMString... variadic); |
Promise promiseMethodWithoutExceptionState(Dictionary arg1); |