| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| index c7e8b5b33844e27bd80aced8b8bb71899f7eec8f..02ba59ee787f700515ce5c86251d0bcb491d69fc 100644
 | 
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| @@ -331,7 +331,7 @@ void ServiceWorkerGlobalScopeProxy::DispatchForeignFetchEvent(
 | 
|      // TODO(mek): Ideally the browser wouldn't even start the service worker
 | 
|      // if its tokens have expired.
 | 
|      ServiceWorkerGlobalScopeClient::From(WorkerGlobalScope())
 | 
| -        ->RespondToFetchEvent(fetch_event_id, WTF::CurrentTime());
 | 
| +        ->RespondToFetchEventWithNoResponse(fetch_event_id, WTF::CurrentTime());
 | 
|      ServiceWorkerGlobalScopeClient::From(WorkerGlobalScope())
 | 
|          ->DidHandleFetchEvent(fetch_event_id,
 | 
|                                kWebServiceWorkerEventResultCompleted,
 | 
| 
 |