| 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 4a9595d0962222286ecf545da019a97b05ebc215..10166170ff1059df22f14505600e8947336c423f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -169,7 +169,7 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
|
| bool isFormControlElement() const final { return true; }
|
| bool alwaysCreateUserAgentShadowRoot() const override { return true; }
|
|
|
| - short tabIndex() const;
|
| + int tabIndex() const;
|
|
|
| bool isValidElement() override;
|
| bool matchesValidityPseudoClasses() const override;
|
|
|