| 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 34b07a4d1c048a67d1f85e302d3934e43f5be131..08c403fbd56018d4317807b99695f3eb1a5a9d29 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -44,6 +44,7 @@ namespace blink {
|
|
|
| class Document;
|
| class FetchEvent;
|
| +class ParentFrameTaskRunners;
|
| class ServiceWorkerGlobalScope;
|
| class WebDataConsumerHandle;
|
| class WebEmbeddedWorkerImpl;
|
| @@ -133,7 +134,6 @@ class ServiceWorkerGlobalScopeProxy final
|
| const String& message,
|
| SourceLocation*) override;
|
| void postMessageToPageInspector(const String&) override;
|
| - ParentFrameTaskRunners* getParentFrameTaskRunners() override;
|
| void didCreateWorkerGlobalScope(WorkerOrWorkletGlobalScope*) override;
|
| void didInitializeWorkerContext() override;
|
| void willEvaluateWorkerScript(size_t scriptSize,
|
|
|