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

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

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
« no previous file with comments | « Source/modules/serviceworkers/Response.h ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Response.cpp
diff --git a/Source/modules/serviceworkers/Response.cpp b/Source/modules/serviceworkers/Response.cpp
index 5f4596bddf0c2269c78c127dd27ab4f160c55eb7..4a95d7da4590c9bb35efdf4007fbdd5002baf531 100644
--- a/Source/modules/serviceworkers/Response.cpp
+++ b/Source/modules/serviceworkers/Response.cpp
@@ -13,12 +13,6 @@
namespace WebCore {
-// FIXME: Remove this legacy function when the required Chromium-side patch lands.
-PassRefPtr<Response> Response::create(const Dictionary& responseInit)
-{
- return create(nullptr, responseInit);
-}
-
PassRefPtr<Response> Response::create(Blob* body, const Dictionary& responseInit)
{
RefPtr<BlobDataHandle> blobDataHandle = body ? body->blobDataHandle() : nullptr;
« no previous file with comments | « Source/modules/serviceworkers/Response.h ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698