| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| index 2a2e3f1b6724cd6b44674a900eb3fb2ce075b428..4a3df3e2277f3d1ce5edc9d4e57c4e2485c784b6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -166,7 +166,7 @@ private:
|
|
|
| short tabIndex() const final;
|
|
|
| - bool isDefaultButtonForForm() const final;
|
| + bool matchesDefaultPseudoClass() const final;
|
| bool isValidElement() override;
|
| bool matchesValidityPseudoClasses() const override;
|
| void updateAncestorDisabledState() const;
|
|
|