| 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;
|
| }
|
|
|