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

Unified Diff: Source/platform/LifecycleNotifier.h

Issue 1024543004: Disallow adding ContextLifecycleObservers during iteration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/platform/LifecycleNotifier.h
diff --git a/Source/platform/LifecycleNotifier.h b/Source/platform/LifecycleNotifier.h
index 44dcf07aa07a67ccd65a54ba279a6a7c0e0ffd09..b11ad9b50835020d9650eabb9649551c0d084384 100644
--- a/Source/platform/LifecycleNotifier.h
+++ b/Source/platform/LifecycleNotifier.h
@@ -67,7 +67,6 @@ protected:
enum IterationType {
IteratingNone,
IteratingOverAll,
- IteratingOverActiveDOMObjects,
};
IterationType m_iterating;
haraken 2015/03/23 14:30:43 We can probably change this to bool (in a follow-u

Powered by Google App Engine
This is Rietveld 408576698