| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index 6840f6a2e6fcda41655ebb2e831319fd24c4ba9a..63f02f4e28c0252af9253331080a5ef5e2d00fc0 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -109,6 +109,7 @@ public:
|
| virtual bool hasBadInput() const;
|
| virtual bool patternMismatch(const String&) const;
|
| virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const;
|
| + virtual bool tooShort(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const;
|
| bool rangeUnderflow(const String&) const;
|
| bool rangeOverflow(const String&) const;
|
| bool isInRange(const String&) const;
|
|
|