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; |