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