| 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 2c2a275a0dd3cc8c0dd4b7bf8167a532e37329e6..db5921d7b030d58460d78559eb56e462338662b0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -88,7 +88,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;
|
|
|