Index: Source/WebCore/html/HTMLTextAreaElement.h |
=================================================================== |
--- Source/WebCore/html/HTMLTextAreaElement.h (revision 136089) |
+++ Source/WebCore/html/HTMLTextAreaElement.h (working copy) |
@@ -112,6 +112,8 @@ |
virtual bool shouldUseInputMethod(); |
virtual void attach() OVERRIDE; |
+ virtual bool shouldMatchReadOnlySelector() const OVERRIDE; |
+ virtual bool shouldMatchReadWriteSelector() const OVERRIDE; |
bool valueMissing(const String& value) const { return isRequiredFormControl() && !disabled() && !readOnly() && value.isEmpty(); } |
bool tooLong(const String&, NeedsToCheckDirtyFlag) const; |