| Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchResponse.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchResponse.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchResponse.idl
|
| index 9db9060525ff1383e3a863e8759f07dee743b5d3..ea6bfbe572ac23593fbe08b41c5f5ef81006fcf7 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchResponse.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchResponse.idl
|
| @@ -5,8 +5,7 @@
|
| // https://w3c.github.io/ServiceWorker/#dictdef-foreignfetchevent-foreignfetchresponse
|
|
|
| dictionary ForeignFetchResponse {
|
| - // TODO(foolip): |response| should not be nullable. https://crbug.com/647693
|
| - required Response? response;
|
| + required Response response;
|
| USVString origin;
|
| sequence<ByteString> headers;
|
| };
|
|
|