| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 751e173c56afacd1238a08643c27f7ac9b6631b8..2d7e132b9306fa957a5c377b4b79d4dcd85ad734 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -36,4 +36,5 @@
|
| attribute EventHandler oninstall;
|
| attribute EventHandler onmessage;
|
| attribute EventHandler onsync;
|
| + [CallWith=ExecutionContext] void requestSyncEvents([Default=Undefined] optional boolean requested, optional Dictionary options);
|
| };
|
|
|