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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp

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/BaseCheckableInputType.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
index ffea71eec0b2c0091705e8823880c14bca2c904e..3c5ccf2421573fb39992480ead4462d1a37f81b5 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
+++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
@@ -98,10 +98,6 @@ bool BaseCheckableInputType::matchesDefaultPseudoClass() {
return element().fastHasAttribute(checkedAttr);
}
-String BaseCheckableInputType::fallbackValue() const {
- return "on";
-}
-
InputType::ValueMode BaseCheckableInputType::valueMode() const {
return ValueMode::kDefaultOn;
}

Powered by Google App Engine
This is Rietveld 408576698