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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.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/BackgroundFetchedEventInit.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
index f81156169936f86978417b93cd89ecb3a48270e4..68d6f6841cb32c1531e2e53c8a023fdf3fb8f276 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
@@ -5,5 +5,5 @@
// https://wicg.github.io/background-fetch/#background-fetch-end-event
dictionary BackgroundFetchedEventInit : BackgroundFetchEventInit {
- required sequence<BackgroundFetchSettledRequest> completedFetches;
+ required sequence<BackgroundFetchSettledFetch> fetches;
};

Powered by Google App Engine
This is Rietveld 408576698