| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
|
| index 64fb9cbf260e535d29a01b770d1142167e47989a..52991b5f04f6f23101c6faa97afd99a4ea844102 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
|
| @@ -53,15 +53,6 @@ bool ThreadedWorkletGlobalScope::isContextThread() const {
|
| return thread()->isCurrentThread();
|
| }
|
|
|
| -void ThreadedWorkletGlobalScope::postTask(
|
| - TaskType,
|
| - const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task,
|
| - const String& taskNameForInstrumentation) {
|
| - thread()->postTask(location, std::move(task),
|
| - !taskNameForInstrumentation.isEmpty());
|
| -}
|
| -
|
| void ThreadedWorkletGlobalScope::addConsoleMessage(
|
| ConsoleMessage* consoleMessage) {
|
| DCHECK(isContextThread());
|
|
|