Index: third_party/WebKit/Source/core/svg/SVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
index c0ce0a4c74c17dd07572d91d4c409ba700e3b4e8..9ed376eb7531e3018537649ea879b44374b37a8a 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
@@ -90,7 +90,7 @@ void SVGElement::attachLayoutTree(const AttachContext& context) { |
element->mapInstanceToElement(this); |
} |
-short SVGElement::tabIndex() const { |
+int SVGElement::tabIndex() const { |
if (supportsFocus()) |
return Element::tabIndex(); |
return -1; |