Chromium Code Reviews

Unified Diff: Source/core/dom/ExecutionContext.cpp

Issue 203393002: Revert of Explicit notification and removal of lifecycle observers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/ExecutionContext.h ('k') | Source/core/workers/WorkerGlobalScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExecutionContext.cpp
diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
index ac0de7b0564eae0a414be21b1d900fe7f3a9ed96..a0b89148f4c2026c95172ba8a3147e3d5bd579ce 100644
--- a/Source/core/dom/ExecutionContext.cpp
+++ b/Source/core/dom/ExecutionContext.cpp
@@ -96,11 +96,6 @@
lifecycleNotifier().notifyStoppingActiveDOMObjects();
}
-void ExecutionContext::removeAllLifecycleObservers()
-{
- lifecycleNotifier().removeAndNotifyAllObservers();
-}
-
unsigned ExecutionContext::activeDOMObjectCount()
{
return lifecycleNotifier().activeDOMObjects().size();
« no previous file with comments | « Source/core/dom/ExecutionContext.h ('k') | Source/core/workers/WorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine