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

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

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 1 month 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698