| 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 5ebffeb78f108a5348c3af41f447e16708ce7069..ffea71eec0b2c0091705e8823880c14bca2c904e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| @@ -102,8 +102,8 @@ String BaseCheckableInputType::fallbackValue() const {
|
| return "on";
|
| }
|
|
|
| -bool BaseCheckableInputType::storesValueSeparateFromAttribute() {
|
| - return false;
|
| +InputType::ValueMode BaseCheckableInputType::valueMode() const {
|
| + return ValueMode::kDefaultOn;
|
| }
|
|
|
| void BaseCheckableInputType::setValue(const String& sanitizedValue,
|
|
|