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