| Index: Source/modules/fetch/Response.h
|
| diff --git a/Source/modules/fetch/Response.h b/Source/modules/fetch/Response.h
|
| index 4c02dabb0e722f0486ec7a5a895fcb0eec0075b9..cc24adb22793d95bad5a5c5d5902694389c6d672 100644
|
| --- a/Source/modules/fetch/Response.h
|
| +++ b/Source/modules/fetch/Response.h
|
| @@ -41,6 +41,7 @@ public:
|
| static Response* createClone(const Response&);
|
|
|
| static Response* error(ExecutionContext*);
|
| + static Response* redirect(ExecutionContext*, const String& url, unsigned short status, ExceptionState&);
|
|
|
| const FetchResponseData* response() const { return m_response; }
|
|
|
|
|