| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| index f6591163f2dcfb113737db665945bceca013d7da..595085177dc8f17663e693ea684dae4bff39cf91 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| @@ -45,7 +45,7 @@ WorkerOrWorkletGlobalScope* AnimationWorkletThread::CreateWorkerGlobalScope(
|
| // WorkerClients object for using a CompositorWorkerProxyClient object.
|
| return AnimationWorkletGlobalScope::Create(
|
| startup_data->script_url_, startup_data->user_agent_,
|
| - security_origin.Release(), this->GetIsolate(), this);
|
| + std::move(security_origin), this->GetIsolate(), this);
|
| }
|
|
|
| } // namespace blink
|
|
|