| 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 eed954662930773797e4247d86d0f5b6a55f982c..99e5f2cd5437dee983041fff58f627cf485037bd 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -83,7 +83,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 {}
|
|
|