| Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| index da8592219b9b275d44cff2427e55cd7d3616babd..ea6c4061634f485d23131674cf8d4d2c5f0c958d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| @@ -61,7 +61,7 @@ class BaseCheckableInputType : public InputType, public InputTypeView {
|
| void accessKeyAction(bool sendMouseEvents) final;
|
| bool matchesDefaultPseudoClass() override;
|
| String fallbackValue() const final;
|
| - bool storesValueSeparateFromAttribute() final;
|
| + ValueMode valueMode() const override;
|
| void setValue(const String&, bool, TextFieldEventBehavior) final;
|
| void readingChecked() const final;
|
| bool isCheckable() final;
|
|
|