| Index: Source/core/html/forms/ButtonInputType.h
|
| diff --git a/Source/core/html/forms/ButtonInputType.h b/Source/core/html/forms/ButtonInputType.h
|
| index 7a6f832b913d9ed57842f7803c1d15e894c62297..2b007dba468fd8b60b2db75cb4d653587545c107 100644
|
| --- a/Source/core/html/forms/ButtonInputType.h
|
| +++ b/Source/core/html/forms/ButtonInputType.h
|
| @@ -41,9 +41,9 @@ public:
|
|
|
| private:
|
| ButtonInputType(HTMLInputElement& element) : BaseButtonInputType(element) { }
|
| - virtual const AtomicString& formControlType() const override;
|
| - virtual bool supportsValidation() const override;
|
| - virtual bool isTextButton() const override;
|
| + const AtomicString& formControlType() const override;
|
| + bool supportsValidation() const override;
|
| + bool isTextButton() const override;
|
| };
|
|
|
| } // namespace blink
|
|
|