| Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| index 27768af0702d81dfa6f93565f785e861ca20cb3d..67db4b01d6cac5c78b7c534a99812daeac10cb1e 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| @@ -29,7 +29,11 @@
|
| */
|
|
|
| [
|
| - Constructor(DOMString stringArgument, DOMString stringArgument2),
|
| + Constructor(double doubleArg,
|
| + DOMString stringArg,
|
| + TestInterfaceEmpty testInterfaceEmptyArg,
|
| + Dictionary dictionaryArg,
|
| + sequence<DOMString> sequenceStringArg),
|
| ConstructorCallWith=ExecutionContext&Document,
|
| MeasureAs=TestFeature,
|
| RaisesException=Constructor,
|
|
|