| Index: third_party/WebKit/Source/core/html/forms/ResetInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ResetInputType.h b/third_party/WebKit/Source/core/html/forms/ResetInputType.h
|
| index ab77a7f50e7f6ba390c56cd9f52d973dd5f1d5a5..f556bce5371f1c37450c9595e28f61dec9bc807c 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ResetInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/ResetInputType.h
|
| @@ -44,7 +44,7 @@ class ResetInputType final : public BaseButtonInputType {
|
| const AtomicString& formControlType() const override;
|
| bool supportsValidation() const override;
|
| void handleDOMActivateEvent(Event*) override;
|
| - String defaultValue() const override;
|
| + String defaultLabel() const override;
|
| bool isTextButton() const override;
|
| };
|
|
|
|
|