| Index: Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
| index bc8a06bee84a75fc07fcaf32713d2ed59008e9e3..6d88ce541586b4fba0293084d403697177bc8889 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
| @@ -35,7 +35,7 @@
|
| [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
|
| optional DOMString defaultNullStringOptionalstringArg = null,
|
| optional DOMString optionalStringArg),
|
| - ConstructorCallWith=Document,
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| ] interface TestInterfaceNamedConstructor {
|
| // An attribute of type {interface_name}ConstructorConstructor is generated
|
|
|