| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 3db592745d72a1a2e517c36087f6d19977ecaa38..3c100104e4d4d5e40d3436b660ff5da9c5b26aa0 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -34,5 +34,6 @@
|
| attribute EventHandler oninstall;
|
| attribute EventHandler onactivate;
|
| attribute EventHandler onfetch;
|
| + attribute EventHandler onsync;
|
| };
|
|
|
|
|