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 0be7e6c1e98abb37802ce585493206449b81b360..7a686c796b6fbd29d70a9db449fc176f5665f68d 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -448,6 +448,8 @@ interface TestObject { |
void overloadedMethodI(double doubleArg); |
void overloadedMethodJ(DOMString stringArg); |
void overloadedMethodJ(TestDictionary testDictionaryArg); |
+ void overloadedMethodK(Function functionArg); |
+ void overloadedMethodK(DOMString stringArg); |
Promise promiseOverloadMethod(); |
Promise promiseOverloadMethod(Window arg1, double arg2); |