Index: third_party/WebKit/Source/core/svg/SVGAElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAElement.h b/third_party/WebKit/Source/core/svg/SVGAElement.h |
index eda3aceaff18a0d049f24a9a70d12e354a28895a..a63cf79178bbb836665840652fb457a64dfcff0c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAElement.h |
@@ -64,7 +64,7 @@ class CORE_EXPORT SVGAElement final : public SVGGraphicsElement, |
bool isKeyboardFocusable() const override; |
bool isURLAttribute(const Attribute&) const override; |
bool canStartSelection() const override; |
- short tabIndex() const override; |
+ int tabIndex() const override; |
bool willRespondToMouseClickEvents() override; |