| Index: third_party/WebKit/Source/core/workers/Worklet.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| index b2bc36774e9c1858c1a467a3fdd642d9b4e1fb97..0a2d3b0f069940a4b05a5fd44adfc2cbc479de5e 100644
|
| --- a/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| @@ -58,7 +58,7 @@ void Worklet::notifyFinished(WorkletScriptLoader* scriptLoader) {
|
| m_scriptLoaders.remove(scriptLoader);
|
| }
|
|
|
| -void Worklet::contextDestroyed() {
|
| +void Worklet::contextDestroyed(ExecutionContext*) {
|
| if (isInitialized()) {
|
| workletGlobalScopeProxy()->terminateWorkletGlobalScope();
|
| }
|
|
|