| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 89945dfedd64e839d3a753d0c5748b8d0c754d82..de5cbd6f5ff908fd43b3ccb28092286258a1cdab 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -41,4 +41,5 @@
|
| attribute EventHandler oninstall;
|
| attribute EventHandler onmessage;
|
| attribute EventHandler onsync;
|
| + attribute EventHandler onpush;
|
| };
|
|
|