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

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

Issue 337793003: ServiceWorker: Spec alignment tweaks for Request/Response objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ResponseInit.h
diff --git a/Source/modules/serviceworkers/ResponseInit.h b/Source/modules/serviceworkers/ResponseInit.h
index 93c4db82fca82b9dcc53afc69b85b0c09c95b7e7..b82154ed288780db06a0f9bd41178813b6ee4149 100644
--- a/Source/modules/serviceworkers/ResponseInit.h
+++ b/Source/modules/serviceworkers/ResponseInit.h
@@ -17,6 +17,7 @@ struct ResponseInit {
, statusText("OK")
{
options.get("status", status);
+ // FIXME: Spec uses ByteString for statusText. http://crbug.com/347426
options.get("statusText", statusText);
options.get("headers", headers);
}
« no previous file with comments | « Source/modules/serviceworkers/Response.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698