summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl b/chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl
index 7a80e3f04af..68134c21cce 100644
--- a/chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl
+++ b/chromium/third_party/blink/renderer/modules/background_sync/sync_event.idl
@@ -5,9 +5,9 @@
// https://wicg.github.io/BackgroundSync/spec/#sync-event
[
- Constructor(DOMString type, SyncEventInit init),
Exposed=ServiceWorker
] interface SyncEvent : ExtendableEvent {
+ constructor(DOMString type, SyncEventInit init);
readonly attribute DOMString tag;
readonly attribute boolean lastChance;
};