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 af5420e1400d29fa050366cf762afa7bb777386d..f41f498329cfda47ec3d05bdd4eab7738217d8f5 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
@@ -148,7 +148,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(); |
} |