Chromium Code Reviews| Index: Source/WebCore/html/HTMLInputElement.h |
| =================================================================== |
| --- Source/WebCore/html/HTMLInputElement.h (revision 111481) |
| +++ Source/WebCore/html/HTMLInputElement.h (working copy) |
| @@ -321,7 +321,6 @@ |
| virtual bool isOptionalFormControl() const { return !isRequiredFormControl(); } |
| virtual bool isRequiredFormControl() const; |
| virtual bool recalcWillValidate() const; |
| - virtual void requiredAttributeChanged() OVERRIDE; |
| void updateType(); |