| Index: third_party/WebKit/Source/core/html/forms/SubmitInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/SubmitInputType.h b/third_party/WebKit/Source/core/html/forms/SubmitInputType.h
|
| index 780d305f64c6ebad2c37442dfa72b26df9992437..0684025eb4ce0df64bfadc14d0f07a6776179f3f 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SubmitInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/SubmitInputType.h
|
| @@ -46,7 +46,7 @@ class SubmitInputType final : public BaseButtonInputType {
|
| bool supportsRequired() const override;
|
| void handleDOMActivateEvent(Event*) override;
|
| bool canBeSuccessfulSubmitButton() override;
|
| - String defaultValue() const override;
|
| + String defaultLabel() const override;
|
| bool isTextButton() const override;
|
| void valueAttributeChanged() override;
|
| };
|
|
|