| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| index 0b4bfe83f9d6c0deefc154c847028a04aadc47f1..0ce5f6efd2dcff05139ba5cfd99b175362300fb8 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| @@ -12,7 +12,6 @@
|
|
|
| namespace blink {
|
|
|
| -class ExecutionContext;
|
| class ThreadedWorkletMessagingProxy;
|
|
|
| // A proxy to talk to the parent worklet object. This object is created on the
|
| @@ -49,8 +48,6 @@ class CORE_EXPORT ThreadedWorkletObjectProxy : public WorkerReportingProxy {
|
| ThreadedWorkletObjectProxy(const WeakPtr<ThreadedWorkletMessagingProxy>&);
|
|
|
| private:
|
| - ExecutionContext* getExecutionContext() const;
|
| -
|
| // No guarantees about the lifetimes of tasks posted by this proxy wrt the
|
| // ThreadedWorkletMessagingProxy so a weak pointer must be used when posting
|
| // the tasks.
|
|
|