| 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..a2356573517ee3abc6a0f049f36d83673cac6c31 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -137,9 +137,9 @@ void ServiceWorkerGlobalScopeClientImpl::navigate(const WebString& clientUUID, c
|
| m_client.navigate(clientUUID, url, callback);
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeClientImpl::registerForeignFetchScopes(const WebVector<WebURL>& subScopes)
|
| +void ServiceWorkerGlobalScopeClientImpl::registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebURL>& origins)
|
| {
|
| - m_client.registerForeignFetchScopes(subScopes);
|
| + m_client.registerForeignFetchScopes(subScopes, origins);
|
| }
|
|
|
| ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl(WebServiceWorkerContextClient& client)
|
|
|