Index: third_party/WebKit/Source/core/html/HTMLElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h |
index 43db3f8592eaf952a2403938118be4cb6c654e7b..47638de210867110cc17102f4a6ffec7b7fe6f37 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h |
@@ -50,7 +50,7 @@ class CORE_EXPORT HTMLElement : public Element { |
} |
String title() const final; |
- short tabIndex() const override; |
+ int tabIndex() const override; |
void setInnerText(const String&, ExceptionState&); |
void setOuterText(const String&, ExceptionState&); |