Index: Source/bindings/tests/idls/TestInterface.idl |
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl |
index 180f57c4d036ddbfaa1f95f9702b164f388b98a6..52d2150805614636c9da1df0de0c894aef3f3157 100644 |
--- a/Source/bindings/tests/idls/TestInterface.idl |
+++ b/Source/bindings/tests/idls/TestInterface.idl |
@@ -31,9 +31,9 @@ |
[ |
ActiveDOMObject, |
Conditional=Condition1|Condition2, |
- CallWith=ScriptExecutionContext, |
+ ConstructorCallWith=ScriptExecutionContext, |
Constructor(DOMString str1, [Default=Undefined] optional DOMString str2), |
- RaisesException |
+ ConstructorRaisesException |
] interface TestInterface { |
[ImplementedAs=getItem] getter (Node or NodeList)(DOMString name); |
[Custom] setter Node (DOMString name, Node value); |