| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
|
| index 104a5f0ff13dbe319b7c5ce0f4a9ea02b02d266f..3d6c40908b73ab332ae5d031839d9ce22ec62020 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
|
| @@ -5,5 +5,5 @@
|
| // https://wicg.github.io/background-fetch/#background-fetch-fail-event
|
|
|
| dictionary BackgroundFetchFailEventInit : BackgroundFetchEventInit {
|
| - // TODO(peter): Implement the `failedFetches` attribute.
|
| + required sequence<BackgroundFetchSettledRequest> failedFetches;
|
| };
|
|
|