| Index: Source/modules/fetch/Response.idl
 | 
| diff --git a/Source/modules/fetch/Response.idl b/Source/modules/fetch/Response.idl
 | 
| index 3ef728a4212612d3dcd236cce48603d0b77bdac8..60811c29338d7a446fc19610c44e9a38c7c67c31 100644
 | 
| --- a/Source/modules/fetch/Response.idl
 | 
| +++ b/Source/modules/fetch/Response.idl
 | 
| @@ -19,7 +19,7 @@ typedef (Blob or ArrayBuffer or ArrayBufferView or FormData or USVString) BodyIn
 | 
|      TypeChecking=Interface,
 | 
|  ] interface Response {
 | 
|      [CallWith=ExecutionContext] static Response error();
 | 
| -    // FIXME: Implement redirect().
 | 
| +    [CallWith=ExecutionContext, RaisesException] static Response redirect(USVString url, optional unsigned short status = 302);
 | 
|      readonly attribute ResponseType type;
 | 
|      readonly attribute USVString url;
 | 
|      readonly attribute unsigned short status;
 | 
| 
 |