| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| index 725a69e692bb953b8cea43891b024d3fb61b617c..507979795fc9e6af34daa7d838adb14fef054334 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| @@ -70,7 +70,7 @@ class ThreadedWorkletThreadForTest : public WorkerThread {
|
| SecurityOrigin::Create(startup_data->script_url_);
|
| return new ThreadedWorkletGlobalScope(
|
| startup_data->script_url_, startup_data->user_agent_,
|
| - security_origin.Release(), this->GetIsolate(), this,
|
| + std::move(security_origin), this->GetIsolate(), this,
|
| startup_data->worker_clients_);
|
| }
|
|
|
|
|