| 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 ea6c4061634f485d23131674cf8d4d2c5f0c958d..630c742155e304c7bfee3ab6946c57918f26c5dc 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
|
| @@ -60,7 +60,6 @@ class BaseCheckableInputType : public InputType, public InputTypeView {
|
| bool canSetStringValue() const final;
|
| void accessKeyAction(bool sendMouseEvents) final;
|
| bool matchesDefaultPseudoClass() override;
|
| - String fallbackValue() const final;
|
| ValueMode valueMode() const override;
|
| void setValue(const String&, bool, TextFieldEventBehavior) final;
|
| void readingChecked() const final;
|
|
|