Index: Source/core/html/HTMLTextFormControlElement.h |
diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h |
index db5d253882551c74324018e426e2e3fe73ae9803..36bd6c46fc9e9285cf438141310a77d211e2caca 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.h |
+++ b/Source/core/html/HTMLTextFormControlElement.h |
@@ -135,7 +135,7 @@ private: |
String m_textAsOfLastFormControlChangeEvent; |
bool m_lastChangeWasUserEdit; |
- |
+ |
int m_cachedSelectionStart; |
int m_cachedSelectionEnd; |
TextFieldSelectionDirection m_cachedSelectionDirection; |