| Index: Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/Source/core/workers/WorkerGlobalScope.cpp b/Source/core/workers/WorkerGlobalScope.cpp
|
| index bb40c294ab64df6cd393425a621bc272559105c8..af8b16d48a683918f84bd1f9d6abc81f376d72eb 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -212,6 +212,7 @@ void WorkerGlobalScope::dispose()
|
| clearScript();
|
| clearInspector();
|
| setClient(0);
|
| + deleteLifecycleNotifier();
|
|
|
| // We do not clear the thread field of the
|
| // WorkerGlobalScope. Other objects keep the worker global scope
|
|
|