| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 7bdbc535bcb7a9f6a4c25af6abdaa69c6131c245..683d92ac1d8293fd38cfe9c7602f9ed321ba63e5 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -84,7 +84,6 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
|
| const String& message,
|
| SourceLocation*) override;
|
| void postMessageToPageInspector(const WTF::String&) override;
|
| - ParentFrameTaskRunners* getParentFrameTaskRunners() override;
|
| void didEvaluateWorkerScript(bool success) override {}
|
| void didCloseWorkerGlobalScope() override;
|
| void willDestroyWorkerGlobalScope() override {}
|
|
|