Index: Source/modules/fetch/Response.h |
diff --git a/Source/modules/fetch/Response.h b/Source/modules/fetch/Response.h |
index b3cefe5b32b9e56239eef3f0fffe0f83b49d14eb..018bcc0d4c2235ab766ab539443a9edde4058bd1 100644 |
--- a/Source/modules/fetch/Response.h |
+++ b/Source/modules/fetch/Response.h |
@@ -42,6 +42,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; } |