Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 2b9bd5f6f648136d2724469e17352e5caf6e15d1..a0d0f9048640d72f5bb04646ee70a66ed4e4871c 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -699,9 +699,8 @@ public: |
ANIMATIONSTART_LISTENER = 1 << 8, |
ANIMATIONITERATION_LISTENER = 1 << 9, |
TRANSITIONEND_LISTENER = 1 << 10, |
- BEFORELOAD_LISTENER = 1 << 11, |
SCROLL_LISTENER = 1 << 12 |
- // 3 bits remaining |
+ // 4 bits remaining |
}; |
bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); } |