Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1578)

Unified Diff: Source/modules/serviceworkers/Response.h

Issue 304233017: ServiceWorker: Add layout tests for fetch event response (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { };

Powered by Google App Engine
This is Rietveld 408576698