Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1285)

Unified Diff: Source/core/workers/WorkerGlobalScope.cpp

Issue 304353004: Oilpan: Reduce RefPtr to WorkerGlobalScope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698