| Index: Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
|
| index f82e44c6d97deea14d02b90a881c6e7301f3c20a..8c495da7354822d86474f571f3d731f191dc4bf3 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
|
| @@ -43,7 +43,7 @@
|
| Constructor(DOMString arg, optional DOMString optArg),
|
| Constructor(DOMString arg, DOMString arg2, DOMString arg3),
|
| NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
|
| - ConstructorCallWith=(ExecutionContext,Document),
|
| + ConstructorCallWith=(ScriptState,ExecutionContext,Document),
|
| MeasureAs=TestFeature,
|
| RaisesException=Constructor,
|
| ] interface TestInterfaceConstructor {
|
|
|