Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index f0d363dbef38e8caa52799a1cae407cc4d641f08..02198345c4da7bec77eea1b82be836ebf6bd1b3d 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -394,7 +394,6 @@ private: |
bool m_stateRestored : 1; |
bool m_parsingInProgress : 1; |
bool m_valueAttributeWasUpdatedAfterParsing : 1; |
- bool m_wasModifiedByUser : 1; |
bool m_canReceiveDroppedFiles : 1; |
bool m_hasTouchEventHandler : 1; |
RefPtr<InputType> m_inputType; |