Index: Source/modules/serviceworkers/Response.h |
diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h |
index 8878e1a8f9f65cebf6693184f99f588da49f3a37..d4204d9db7d92775f109215900190c916392ad07 100644 |
--- a/Source/modules/serviceworkers/Response.h |
+++ b/Source/modules/serviceworkers/Response.h |
@@ -54,7 +54,6 @@ private: |
explicit Response(const Response&); |
explicit Response(ExecutionContext*); |
Response(ExecutionContext*, FetchResponseData*); |
- Response(ExecutionContext*, const WebServiceWorkerResponse&); |
virtual PassRefPtr<BlobDataHandle> blobDataHandle() OVERRIDE; |