| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index b6781d3eabc01255730e0d7b2c48a1e7c60ceb89..43fd498172c1f36fffb790692a7886e29bda4d6b 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -155,7 +155,7 @@ private:
|
| virtual short tabIndex() const OVERRIDE FINAL;
|
|
|
| virtual bool isDefaultButtonForForm() const OVERRIDE FINAL;
|
| - virtual bool isValidFormControlElement() OVERRIDE FINAL;
|
| + virtual bool isValidElement() OVERRIDE FINAL;
|
| void updateAncestorDisabledState() const;
|
|
|
| bool isValidationMessageVisible() const;
|
|
|