Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1093)

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl

Issue 2751523008: Update Background Fetch IDLs following spec changes (Closed)
Patch Set: Update Background Fetch IDLs following spec changes Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
index b78ffd2a0e16c3232894aa98e52d9f5131d09037..22268218e320daa5e1381bb4c357401d9f9a41f8 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
@@ -9,7 +9,7 @@
Exposed=ServiceWorker,
RuntimeEnabled=BackgroundFetch
] interface BackgroundFetchedEvent : BackgroundFetchEvent {
- readonly attribute FrozenArray<BackgroundFetchSettledRequest> completedFetches;
+ readonly attribute FrozenArray<BackgroundFetchSettledFetch> fetches;
[CallWith=ScriptState] Promise<void> updateUI(DOMString title);
};

Powered by Google App Engine
This is Rietveld 408576698