| 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 e45583cb91ee7d80258285f00d803e1f9d55cdb9..17ee6949410a5b2c49eae41dbca4aa2d13bab2dd 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -230,9 +230,10 @@ void ServiceWorkerGlobalScopeClientImpl::Navigate(
|
| }
|
|
|
| void ServiceWorkerGlobalScopeClientImpl::RegisterForeignFetchScopes(
|
| + const int event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>& origins) {
|
| - client_.RegisterForeignFetchScopes(sub_scopes, origins);
|
| + client_.RegisterForeignFetchScopes(event_id, sub_scopes, origins);
|
| }
|
|
|
| ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl(
|
|
|