| Index: Source/core/html/forms/BaseTextInputType.h
|
| diff --git a/Source/core/html/forms/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h
|
| index 30e3431c25da57152a5c9157f32465317eb0cb0d..b6d065cf2776ec71977162892b61c221359ea8df 100644
|
| --- a/Source/core/html/forms/BaseTextInputType.h
|
| +++ b/Source/core/html/forms/BaseTextInputType.h
|
| @@ -42,7 +42,8 @@ protected:
|
| BaseTextInputType(HTMLInputElement& element) : TextFieldInputType(element) { }
|
|
|
| private:
|
| - virtual bool isTextType() const OVERRIDE FINAL;
|
| + virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const OVERRIDE FINAL;
|
| + virtual int maxLength() const OVERRIDE FINAL;
|
| virtual bool patternMismatch(const String&) const OVERRIDE FINAL;
|
| virtual bool supportsPlaceholder() const OVERRIDE FINAL;
|
| virtual bool supportsSelectionAPI() const OVERRIDE;
|
|
|