| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 0e644187def55602aa67eb4ae8ced486fff7e2ca..88c54a0b2f43be5654d66572741f21cf1fc64db5 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -61,6 +61,11 @@ WebURL ServiceWorkerGlobalScopeClientImpl::scope() const
|
| return m_client.scope();
|
| }
|
|
|
| +WebServiceWorkerFetchStores* ServiceWorkerGlobalScopeClientImpl::fetchStores() const
|
| +{
|
| + return m_client.fetchStores();
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeClientImpl::didHandleActivateEvent(int eventID, WebServiceWorkerEventResult result)
|
| {
|
| m_client.didHandleActivateEvent(eventID, result);
|
|
|