Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index b5f9ffb4b5f7320263d27d014696545f513cf86c..a8804fc06bd408b0757bcbf2a9ed51a085ac099b 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -120,6 +120,8 @@ private: |
virtual bool matchesReadOnlyPseudoClass() const OVERRIDE; |
virtual bool matchesReadWritePseudoClass() const OVERRIDE; |
+ virtual void detach(const AttachContext&) OVERRIDE; |
+ |
bool valueMissing(const String& value) const { return isRequiredFormControl() && !isDisabledOrReadOnly() && value.isEmpty(); } |
bool tooLong(const String&, NeedsToCheckDirtyFlag) const; |