| Index: Source/core/html/forms/ResetInputType.h
|
| diff --git a/Source/core/html/forms/ResetInputType.h b/Source/core/html/forms/ResetInputType.h
|
| index 56550199451054cde9d267a8a5ab0d1bf3ace1aa..e1dfce54aab9e32dc8bc5b6ba5b99505d3c1fdcb 100644
|
| --- a/Source/core/html/forms/ResetInputType.h
|
| +++ b/Source/core/html/forms/ResetInputType.h
|
| @@ -41,11 +41,11 @@ public:
|
|
|
| private:
|
| ResetInputType(HTMLInputElement& element) : BaseButtonInputType(element) { }
|
| - virtual const AtomicString& formControlType() const override;
|
| - virtual bool supportsValidation() const override;
|
| - virtual void handleDOMActivateEvent(Event*) override;
|
| - virtual String defaultValue() const override;
|
| - virtual bool isTextButton() const override;
|
| + const AtomicString& formControlType() const override;
|
| + bool supportsValidation() const override;
|
| + void handleDOMActivateEvent(Event*) override;
|
| + String defaultValue() const override;
|
| + bool isTextButton() const override;
|
| };
|
|
|
| } // namespace blink
|
|
|