Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 83fabe536a6aea5925f01f05cbe2027175db22e9..fd98e14d445f68093cda019940fd99972ecf1708 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -227,6 +227,8 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
void overloadedMethodA(TestObject? objArg, DOMString strArg); |
void overloadedMethodB(DOMString strArg); |
void overloadedMethodB([StrictTypeChecking] DOMString strArg); |
+ void overloadedMethodC(Dictionary dictionaryArg); // Non-wrapper type |
+ void overloadedMethodC(double doubleArg); |
// Class methods within JavaScript (like what's used for IDBKeyRange). |
static void classMethod(); |