| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 5297924c304e2e1cfeb2cdc91271690dc49db611..07ea0728bbf043d85a0e3cfed82560238158ac95 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -408,6 +408,8 @@ interface TestObject {
|
| void overloadedMethodJ([Default=Null] TestInterfaceEmpty? testInterfaceEmptyOrNullArg);
|
| void overloadedMethodK(TestInterface testInterfaceArg);
|
| void overloadedMethodK(TestInterfaceEmpty testInterfaceEmptyArg);
|
| + void overloadedMethodL(DOMString stringArg);
|
| + void overloadedMethodL(double doubleArg);
|
|
|
|
|
| [PerWorldBindings] void overloadedPerWorldBindingsMethod();
|
|
|