| Index: Source/bindings/tests/idls/TestNode.idl
|
| diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl
|
| index 301f7f002f231e6c72ca1eb77d8bc8b6a5ba61da..90b273abc25a9295f826b424e76fd5924b17b77c 100644
|
| --- a/Source/bindings/tests/idls/TestNode.idl
|
| +++ b/Source/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;
|
| };
|
|
|