| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| index cc353288329fea7d6b453e9dfcac4a35fc034cd9..e1bba570029c3e80790db7615c6e7371d9b177b5 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| @@ -12,7 +12,7 @@
|
| readonly attribute FrozenArray<IconDefinition> icons;
|
| readonly attribute long totalDownloadSize;
|
| readonly attribute DOMString title;
|
| - // TODO(crbug.com/699957): Implement the `fetches` attribute.
|
| + // TODO(crbug.com/699957): Implement the `activeFetches` attribute.
|
|
|
| void abort();
|
| };
|
|
|