Index: Source/modules/serviceworkers/Response.h |
diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h |
index b6e6645e62cb5b3dcff41c4ea111758e524c0115..f64624baf6cc3498d4aa3f5aa18ed76eb1422fb5 100644 |
--- a/Source/modules/serviceworkers/Response.h |
+++ b/Source/modules/serviceworkers/Response.h |
@@ -27,6 +27,7 @@ class Response FINAL : public GarbageCollected<Response>, public ScriptWrappable |
public: |
static Response* create(Blob*, const Dictionary&, ExceptionState&); |
static Response* create(const String&, const Dictionary&, ExceptionState&); |
+ static Response* create(const ArrayBuffer*, const Dictionary&, ExceptionState&); |
static Response* create(Blob*, const ResponseInit&, ExceptionState&); |
static Response* create(FetchResponseData*); |
static Response* create(const WebServiceWorkerResponse&); |