| 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 d25a564a86998d13272c55a6bd0d013b04b877da..a07bece19b312bd283ee0ff07e83b1e40091fba6 100644
|
| --- a/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| +++ b/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
|
| @@ -26,10 +26,7 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| -protected:
|
| - ExecutionContext* context() final;
|
| void reportMessageToConsole(ConsoleMessage*) final;
|
| -
|
| private:
|
| explicit WorkletConsole(WorkletGlobalScope*);
|
|
|
|
|