Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl |
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl |
index 1529cc7465d5cf8f90a4de15f87bfa9b656d1ddd..f82e44c6d97deea14d02b90a881c6e7301f3c20a 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl |
+++ b/Source/bindings/tests/idls/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=(ExecutionContext,Document), |
MeasureAs=TestFeature, |
RaisesException=Constructor, |
] interface TestInterfaceConstructor { |