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