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
|