Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 6dadb01637c2a706f0a2c3973230e619f1fa6232..a5693348c08f720ab8457ebea419749cc4cd8e3f 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -124,7 +124,6 @@ private: |
WrapMethod m_wrap; |
mutable String m_value; |
mutable bool m_isDirty; |
- mutable bool m_wasModifiedByUser; |
}; |
inline bool isHTMLTextAreaElement(const Node* node) |