Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h |
index 1b04e07894cfa44555fcb5be81aa71c5bb0a3344..b47d303ec11c531600d748a757fa214a5fe5f824 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h |
@@ -54,7 +54,7 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement { |
LayoutObject* createLayoutObject(const ComputedStyle&) override; |
const AtomicString& formControlType() const override; |
bool recalcWillValidate() const override { return false; } |
- short tabIndex() const final; |
+ int tabIndex() const final; |
bool matchesValidityPseudoClasses() const final; |
bool isValidElement() final; |
void childrenChanged(const ChildrenChange&) override; |