Index: Source/bindings/tests/idls/TestNode.idl |
diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl |
index 90b273abc25a9295f826b424e76fd5924b17b77c..0c767eefff7ec20ea8cbf1c4bb0d6a93b19929cb 100644 |
--- a/Source/bindings/tests/idls/TestNode.idl |
+++ b/Source/bindings/tests/idls/TestNode.idl |
@@ -24,6 +24,6 @@ |
// These attributes are needed to test [PutForwards] in TestObject.idl. |
attribute DOMString href; |
[RaisesException=Setter] attribute DOMString hrefThrows; |
- [SetterCallWith=ExecutionContext&ActiveWindow&FirstWindow] attribute DOMString hrefCallWith; |
+ [SetterCallWith=(ExecutionContext,ActiveWindow,FirstWindow)] attribute DOMString hrefCallWith; |
attribute ByteString hrefByteString; |
}; |