| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 04bf541e253bd23ecf944c026210c65e67cf2fd8..a8a8f70438e3c3af96219747e506f5b88e7e11a0 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -34,4 +34,5 @@
|
| attribute EventHandler oninstall;
|
| attribute EventHandler onactivate;
|
| attribute EventHandler onfetch;
|
| + attribute EventHandler onsync;
|
| };
|
|
|