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 |