| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 1e314ae6e1c5f68d70bfd39cbd9fcbcb9d538ce0..3f449e4293283dba8231c1a35c462e9b6b702648 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -83,6 +83,11 @@ void ServiceWorkerGlobalScopeClientImpl::didHandleFetchEvent(int fetchEventID, c
|
| m_client.didHandleFetchEvent(fetchEventID, webResponse);
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult result)
|
| +{
|
| + m_client.didHandlePushEvent(pushEventID, result);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeClientImpl::didHandleSyncEvent(int syncEventID)
|
| {
|
| m_client.didHandleSyncEvent(syncEventID);
|
|
|