Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 660980aa8abddeed94bdc2fd09bdf8c853313de2..24f30593f7d932eee6a226387756922834ac8c05 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -945,6 +945,7 @@ public: |
double lastHandledUserGestureTimestamp() const { return m_lastHandledUserGestureTimestamp; } |
void resetLastHandledUserGestureTimestamp(); |
+ // TODO: Remove all of this. |
bool hasTouchEventHandlers() const { return (m_touchEventTargets.get()) ? m_touchEventTargets->size() : false; } |
// Called when a single touch event handler has been added or removed for a node. |