Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 409eb01b55d5f4044fa4b4073b318e1fa2935d52..a7acc80cff44567d6d43b2905d04755b18663097 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -46,7 +46,7 @@ public: |
String defaultValue() const; |
void setDefaultValue(const String&); |
int textLength() const { return value().length(); } |
- virtual int maxLength() const OVERRIDE; |
+ int maxLength() const; |
void setMaxLength(int, ExceptionState&); |
String suggestedValue() const; |