| Index: third_party/WebKit/Source/modules/worklet/Worklet.h
|
| diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.h b/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| index 7af0832648811b65bfc114b8a6ba4bca7b785f06..7b2c6f2a06fd3f7e5197ad422fbe91586cc5fad9 100644
|
| --- a/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| +++ b/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| @@ -26,7 +26,7 @@ public:
|
| private:
|
| explicit Worklet(ExecutionContext*);
|
|
|
| - RefPtrWillBeMember<WorkletGlobalScope> m_workletGlobalScope;
|
| + Member<WorkletGlobalScope> m_workletGlobalScope;
|
| };
|
|
|
| } // namespace blink
|
|
|