| Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| index 84705fe742dce77e1449b17726e602e3163bad4f..ddc9cde493b8687db61027111668b00860d7f861 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| @@ -44,6 +44,7 @@ class ConsoleMessage;
|
| class ExecutionContext;
|
| class ExecutionContextTask;
|
| class InProcessWorkerMessagingProxy;
|
| +class ParentFrameTaskRunners;
|
| class WorkerOrWorkletGlobalScope;
|
|
|
| // A proxy to talk to the worker object. This object is created on the
|
| @@ -79,6 +80,9 @@ protected:
|
| virtual ExecutionContext* getExecutionContext();
|
|
|
| private:
|
| + // Returns the parent frame's task runners.
|
| + ParentFrameTaskRunners* getParentFrameTaskRunners();
|
| +
|
| // This object always outlives this proxy.
|
| InProcessWorkerMessagingProxy* m_messagingProxy;
|
| };
|
|
|