| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 8a521b8629c00c3f7f75e681039482230c69cd83..32d976a7ebcce5f1648d13862531b6e57c37532e 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -227,7 +227,7 @@ 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(Dictionary dictionaryArg); // Non-wrapper type
|
| void overloadedMethodC(double doubleArg);
|
|
|
| // Class methods within JavaScript (like what's used for IDBKeyRange).
|
|
|