| Index: Source/modules/serviceworkers/Response.h
|
| diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
|
| index 3a4b38edaa694162f63e40aad567aff093c7e660..cea5f75669aa762ad357e7b62ecd57e60bee2569 100644
|
| --- a/Source/modules/serviceworkers/Response.h
|
| +++ b/Source/modules/serviceworkers/Response.h
|
| @@ -22,7 +22,6 @@ struct ResponseInit;
|
|
|
| class Response FINAL : public ScriptWrappable, public RefCounted<Response> {
|
| public:
|
| - static PassRefPtr<Response> create(const Dictionary& responseInit);
|
| static PassRefPtr<Response> create(Blob* body, const Dictionary& responseInit);
|
| ~Response() { };
|
|
|
|
|