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 ce445e7c0b8c02e0f18cdf663448f7a0ed975db1..f215300447fa880d6f32e324336c67e55524b5b2 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
@@ -79,7 +79,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 |