| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 58051b7b419ff89f076f26b9d1d9d1c390313c9d..164054ace623fb41314e51623d6751312d8a17b8 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -77,6 +77,11 @@ void ServiceWorkerGlobalScopeClientImpl::didHandleActivateEvent(int eventID, Web
|
| m_client.didHandleActivateEvent(eventID, result);
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::didHandleExtendableMessageEvent(int eventID, WebServiceWorkerEventResult result)
|
| +{
|
| + m_client.didHandleExtendableMessageEvent(eventID, result);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeClientImpl::didHandleFetchEvent(int fetchEventID)
|
| {
|
| m_client.didHandleFetchEvent(fetchEventID);
|
|
|