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

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

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 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: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
index 7e09b0ea9eaa6630d1fe2ddd79a0b28ee505c9b8..ff41d83ab56e9219871f47ccdcf3019e7d6e2295 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
@@ -114,7 +114,6 @@ KURL WorkerGlobalScope::completeURL(const String& url) const {
void WorkerGlobalScope::dispose() {
DCHECK(thread()->isCurrentThread());
- stopActiveDOMObjects();
// Event listeners would keep DOMWrapperWorld objects alive for too long.
// Also, they have references to JS objects, which become dangling once Heap

Powered by Google App Engine
This is Rietveld 408576698