Index: third_party/WebKit/Source/core/html/HTMLSlotElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
index bc7db2dc972aacb3d4e4425c5bf5136ad54e158d..0faab152c7feb9342878682b2ee40b09a9066eb5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
@@ -82,7 +82,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement { |
const AtomicString& newValue, |
AttributeModificationReason = ModifiedDirectly) final; |
- short tabIndex() const override; |
+ int tabIndex() const override; |
AtomicString name() const; |
// This method can be slow because this has to traverse the children of a |