| Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp
|
| index 820c947b0386bcb0b99561a73626af0cccb311ab..4c1e7ec8aae731a64b092a40af51eebc69567e7f 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp
|
| @@ -174,7 +174,7 @@ bool AudioWorkletGlobalScope::Process(AudioWorkletProcessor* processor,
|
| // V8 operation happens here to make the AudioWorkletProcessor class a thin
|
| // wrapper of v8::Object instance.
|
| V8ScriptRunner::CallFunction(
|
| - definition->ProcessLocal(isolate), script_state->GetExecutionContext(),
|
| + definition->ProcessLocal(isolate), ExecutionContext::From(script_state),
|
| processor->InstanceLocal(isolate), WTF_ARRAY_LENGTH(argv), argv, isolate);
|
|
|
| return !block.HasCaught();
|
|
|