Index: Source/core/html/forms/BaseTextInputType.h |
diff --git a/Source/core/html/forms/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h |
index 3d488fa87d2c0ecd619d2ca18ea05cffc742db7e..b93d8491901a68408facf8baeaded2e7ccdca5cd 100644 |
--- a/Source/core/html/forms/BaseTextInputType.h |
+++ b/Source/core/html/forms/BaseTextInputType.h |
@@ -43,7 +43,9 @@ protected: |
private: |
virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const override final; |
+ virtual bool tooShort(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const override final; |
virtual int maxLength() const override final; |
+ virtual int minLength() const override final; |
virtual bool patternMismatch(const String&) const override final; |
virtual bool supportsPlaceholder() const override final; |
virtual bool supportsSelectionAPI() const override; |