| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index af27a9223b1e0e62a9bdabe864a5ea7cd5d732f3..9be065ac2a0e4c8435b309ebd31840a29c46b4e7 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -91,7 +91,7 @@ public:
|
| bool isSearchField() const;
|
| bool isInputTypeHidden() const;
|
| bool isPasswordField() const;
|
| - bool isCheckbox() const;
|
| + virtual bool isCheckbox() const OVERRIDE;
|
| bool isRangeControl() const;
|
|
|
| // FIXME: It's highly likely that any call site calling this function should instead
|
|
|