| Index: bindings/tests/idls/TestInterfaceConstructor.idl
|
| diff --git a/bindings/tests/idls/TestInterfaceConstructor.idl b/bindings/tests/idls/TestInterfaceConstructor.idl
|
| index 102754eae02d025f42721719ee37bb80d02c3beb..f82e44c6d97deea14d02b90a881c6e7301f3c20a 100644
|
| --- a/bindings/tests/idls/TestInterfaceConstructor.idl
|
| +++ b/bindings/tests/idls/TestInterfaceConstructor.idl
|
| @@ -40,7 +40,10 @@
|
| sequence<Dictionary> sequenceDictionaryArg,
|
| optional Dictionary optionalDictionaryArg,
|
| [Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
|
| - ConstructorCallWith=ExecutionContext&Document,
|
| + Constructor(DOMString arg, optional DOMString optArg),
|
| + Constructor(DOMString arg, DOMString arg2, DOMString arg3),
|
| + NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
|
| + ConstructorCallWith=(ExecutionContext,Document),
|
| MeasureAs=TestFeature,
|
| RaisesException=Constructor,
|
| ] interface TestInterfaceConstructor {
|
|
|