| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index 525ef0d254e12c52b10a70dae5ebce82553879fd..9fe6ade11007c52e4234506aaed6aa2cd49add2a 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -85,6 +85,8 @@ public:
|
| virtual void setActivatedSubmit(bool) { }
|
|
|
| virtual bool willValidate() const OVERRIDE;
|
| + virtual bool isValidElement() OVERRIDE FINAL;
|
| +
|
| void updateVisibleValidationMessage();
|
| void hideVisibleValidationMessage();
|
| bool checkValidity(WillBeHeapVector<RefPtrWillBeMember<FormAssociatedElement> >* unhandledInvalidControls = 0);
|
| @@ -152,7 +154,6 @@ private:
|
| virtual short tabIndex() const OVERRIDE FINAL;
|
|
|
| virtual bool isDefaultButtonForForm() const OVERRIDE FINAL;
|
| - virtual bool isValidFormControlElement() OVERRIDE FINAL;
|
| void updateAncestorDisabledState() const;
|
|
|
| bool isValidationMessageVisible() const;
|
|
|