Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: third_party/WebKit/Source/core/html/forms/SubmitInputType.h

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698