Index: Source/core/page/EventHandler.h |
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
index 2fca448e24868e478e463ca8ae9bdc59c72ce44a..c92a0192b30be06fc6b049e77dd6d24afc538fb1 100644 |
--- a/Source/core/page/EventHandler.h |
+++ b/Source/core/page/EventHandler.h |
@@ -303,7 +303,6 @@ private: |
bool m_mouseDownMayStartSelect; |
bool m_mouseDownMayStartDrag; |
- bool m_dragMayStartSelectionInstead; |
bool m_mouseDownWasSingleClickInSelection; |
enum SelectionInitiationState { HaveNotStartedSelection, PlacedCaret, ExtendedSelection }; |
SelectionInitiationState m_selectionInitiationState; |