Index: third_party/WebKit/Source/core/html/HTMLOutputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h |
index 21af18de6b81e3c1326cccfbcb7178ff51c15cce..d512f4c31447252ce6df92be7d8a0eccc016d398 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h |
@@ -72,7 +72,7 @@ class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement, |
bool supportsFocus() const override; |
void childrenChanged(const ChildrenChange&) override; |
void resetImpl() override; |
- short tabIndex() const override; |
+ int tabIndex() const override; |
void valueWasSet() final; |