| Index: Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| diff --git a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| index be67f6b7b2c6726f9e2f41e239dcf3b39e99f325..7391d985d29da763bac9afc09adcb4ecf2987cb5 100644
|
| --- a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| +++ b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| @@ -6,5 +6,5 @@
|
| Exposed=(Window, ServiceWorker),
|
| RuntimeEnabled=BackgroundSync,
|
| ] partial interface ServiceWorkerRegistration {
|
| - readonly attribute SyncManager syncManager;
|
| + [MeasureAs=BackgroundSync] readonly attribute SyncManager syncManager;
|
| };
|
|
|