| 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 912b24876584e509063564037bf1e7eb98107ec5..3517d48f4a6d682af64c2677e0b88d6abdec4afe 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;
|
|
|