| 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 cd8a275e7e88674b174419930126c1e34b5af5e4..10c473d568f842277c50efb14a9765fea8f3dd6f 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -15,6 +15,7 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
|
| RaisesException=Constructor,
|
| DependentLifetime,
|
| GarbageCollected,
|
| + RequiresFinalizer,
|
| ] interface Response {
|
| [CallWith=ExecutionContext] static Response error();
|
| [CallWith=ExecutionContext, RaisesException] static Response redirect(USVString url, optional unsigned short status = 302);
|
|
|