| Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp
|
| index 87362218c54e546bd02b16311a628fea3884fbef..ebf9b3f57d0d43ed7518edce75cd1063daa2e45a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp
|
| @@ -88,7 +88,7 @@ WorkerOrWorkletGlobalScope* AudioWorkletThread::CreateWorkerGlobalScope(
|
|
|
| return AudioWorkletGlobalScope::Create(
|
| startup_data->script_url_, startup_data->user_agent_,
|
| - security_origin.Release(), this->GetIsolate(), this);
|
| + std::move(security_origin), this->GetIsolate(), this);
|
| }
|
|
|
| } // namespace blink
|
|
|