| Index: third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| index b41a95557a31a0302876b0bd82cf2e7618af70cc..e7a2921a15f47ba11f5ead636bc6f4536955ac77 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| @@ -55,8 +55,6 @@ class CORE_EXPORT ThreadedWorklet : public Worklet,
|
| virtual void Initialize() = 0;
|
| virtual bool IsInitialized() const = 0;
|
|
|
| - Member<LocalFrame> frame_;
|
| -
|
| HeapHashMap<Member<WorkletScriptLoader>, Member<ScriptPromiseResolver>>
|
| loader_to_resolver_map_;
|
| };
|
|
|