| Index: third_party/WebKit/Source/modules/fetch/Response.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.idl b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| index f96b5f7759914c7e0b25f925823ffbe23cd1a1cb..2dba3d83f6cad1d22104141016b521818e1af625 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -15,7 +15,6 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
|
| DependentLifetime,
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| - GarbageCollected,
|
| ] interface Response {
|
| [CallWith=ExecutionContext] static Response error();
|
| [CallWith=ExecutionContext, RaisesException] static Response redirect(USVString url, optional unsigned short status = 302);
|
|
|