| 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 370e4f2247856801b8d40ffbf8544f2bafa80597..317aeee501a6668a918c9bfaaf328a77cbe670af 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -156,7 +156,7 @@ private:
|
| bool isFormControlElement() const final { return true; }
|
| bool alwaysCreateUserAgentShadowRoot() const override { return true; }
|
|
|
| - short tabIndex() const final;
|
| + short tabIndex() const;
|
|
|
| bool isValidElement() override;
|
| bool matchesValidityPseudoClasses() const override;
|
|
|