| Index: bindings/tests/idls/core/TestInterfaceConstructor2.idl
|
| diff --git a/bindings/tests/idls/TestInterfaceConstructor2.idl b/bindings/tests/idls/core/TestInterfaceConstructor2.idl
|
| similarity index 97%
|
| rename from bindings/tests/idls/TestInterfaceConstructor2.idl
|
| rename to bindings/tests/idls/core/TestInterfaceConstructor2.idl
|
| index 10057de6dcce46770bf791f10f60f1fa9ba89864..209a00099d415db4b5702b97e171044dffb58cfe 100644
|
| --- a/bindings/tests/idls/TestInterfaceConstructor2.idl
|
| +++ b/bindings/tests/idls/core/TestInterfaceConstructor2.idl
|
| @@ -40,6 +40,7 @@
|
| // 2 constructors with same type length, to test overload resolution
|
| Constructor(DOMString stringArg),
|
| Constructor(Dictionary dictionaryArg),
|
| + Constructor(sequence<sequence<DOMString>> stringSequenceSequenceArg),
|
| Constructor(
|
| TestInterfaceEmpty testInterfaceEmptyArg,
|
| long longArg,
|
|
|