Chromium Code Reviews| Index: Source/core/html/HTMLInputElement.h |
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
| index 6093e09d5eac1466c7c59113e558b20d2b4591e3..a0ec913a7ac03c80a016d4734fcc311bf22b9561 100644 |
| --- a/Source/core/html/HTMLInputElement.h |
| +++ b/Source/core/html/HTMLInputElement.h |
| @@ -198,7 +198,7 @@ public: |
| KURL src() const; |
| - virtual int maxLength() const OVERRIDE FINAL; |
| + int maxLength() const; |
| void setMaxLength(int, ExceptionState&); |
| bool multiple() const; |