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 e770d8965fda02009cd3c1a3a874b3101dd2755f..7e043951642ef1e11a131c1d61ab74f66178e897 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h |
@@ -177,7 +177,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; |