| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 3061e95742eb6bf3d29b49de4c23cefdb5d5108c..7ad55ead83af552af0e487aa01e307ba02ed02f3 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -112,8 +112,6 @@ private:
|
| Document& document() const;
|
| ServiceWorkerGlobalScope* workerGlobalScope() const;
|
|
|
| - void dispatchFetchEventImpl(int eventID, const WebServiceWorkerRequest&, const AtomicString& eventTypeName);
|
| -
|
| // Non-null until the WebEmbeddedWorkerImpl explicitly detach()es
|
| // as part of its finalization.
|
| WebEmbeddedWorkerImpl* m_embeddedWorker;
|
|
|