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

Unified Diff: Source/modules/fetch/Response.idl

Issue 998923002: Remove finalURL flag from Response idl file as per latest spec changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Response.idl
diff --git a/Source/modules/fetch/Response.idl b/Source/modules/fetch/Response.idl
index 62c5a08ef121cf9adfcf223a4f817053efd3b2e2..d3bba7c8e4580f4a4b2fff748f9719fd1adbb2e1 100644
--- a/Source/modules/fetch/Response.idl
+++ b/Source/modules/fetch/Response.idl
@@ -22,7 +22,6 @@ typedef (Blob or ArrayBuffer or ArrayBufferView or FormData or USVString) BodyIn
// FIXME: Implement redirect().
readonly attribute ResponseType type;
readonly attribute USVString url;
- // FIXME: Implement attribute boolean finalURL;
readonly attribute unsigned short status;
readonly attribute boolean ok;
readonly attribute ByteString statusText;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698