Index: third_party/WebKit/Source/core/svg/SVGAElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAElement.cpp b/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
index 97bf4fbc5ff52bde6bf90a405f9e61b47ccf632c..6dec847d065afa1859157d4c1a01cffe6f4f1823 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
@@ -146,7 +146,7 @@ void SVGAElement::defaultEventHandler(Event* event) { |
SVGGraphicsElement::defaultEventHandler(event); |
} |
-short SVGAElement::tabIndex() const { |
+int SVGAElement::tabIndex() const { |
// Skip the supportsFocus check in SVGElement. |
return Element::tabIndex(); |
} |