| Index: third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| diff --git a/third_party/WebKit/Source/modules/worklet/WorkletConsole.h b/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| index c79f0cbafcd8a8f6db3d834c33b161915ba15e2a..91c14a13fe06d19e3a8add2420eb2edc6cd207db 100644
|
| --- a/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| +++ b/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| @@ -28,12 +28,12 @@ public:
|
|
|
| protected:
|
| ExecutionContext* context() final;
|
| - void reportMessageToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage>) final;
|
| + void reportMessageToConsole(RawPtr<ConsoleMessage>) final;
|
|
|
| private:
|
| explicit WorkletConsole(WorkletGlobalScope*);
|
|
|
| - RawPtrWillBeMember<WorkletGlobalScope> m_scope;
|
| + Member<WorkletGlobalScope> m_scope;
|
| };
|
|
|
| } // namespace blink
|
|
|