| 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 3d6c40908b73ab332ae5d031839d9ce22ec62020..69b314c39f4531884cca84611a03aa6240fe052e 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 {
|
| - required sequence<BackgroundFetchSettledRequest> failedFetches;
|
| + required sequence<BackgroundFetchSettledFetch> fetches;
|
| };
|
|
|