| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index e76b5b998ebd55615bcd48c22093a0d25b5b7dd8..cf99e61d59a76024232b5c064fbce0264af682f9 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -433,6 +433,8 @@ interface TestObject {
|
| void overloadedMethodH(TestInterfaceEmpty testInterfaceEmptyArg);
|
| void overloadedMethodI(DOMString stringArg);
|
| void overloadedMethodI(double doubleArg);
|
| + void overloadedMethodJ(DOMString stringArg);
|
| + void overloadedMethodJ(TestDictionary testDictionaryArg);
|
|
|
|
|
| [PerWorldBindings] void overloadedPerWorldBindingsMethod();
|
|
|