| 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 e1bba570029c3e80790db7615c6e7371d9b177b5..8608634c5147b5cb36c65cf01887e0ad7b78ece0 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
|
| @@ -14,5 +14,5 @@
|
| readonly attribute DOMString title;
|
| // TODO(crbug.com/699957): Implement the `activeFetches` attribute.
|
|
|
| - void abort();
|
| + [CallWith=ScriptState] Promise<bool> abort();
|
| };
|
|
|