Index: third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
diff --git a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
index 0620451ec51ca5618cf9ce60ec8545a2250a9eb2..3dfd3392e84b0cb07252d33d0898edf34c87c187 100644 |
--- a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
+++ b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- Exposed=(Window, ServiceWorker), |
+ Exposed=(Window,Worker), |
RuntimeEnabled=BackgroundSync, |
] partial interface ServiceWorkerRegistration { |
[MeasureAs=BackgroundSync] readonly attribute SyncManager sync; |