| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp b/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| index e96ea530f1996b860df16b16f3d97118b80a52fa..f0d8d4debbd1175128b1b2db70a352b351ec7ea2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -360,7 +360,7 @@ const AtomicString& HTMLAnchorElement::name() const {
|
| return getNameAttribute();
|
| }
|
|
|
| -short HTMLAnchorElement::tabIndex() const {
|
| +int HTMLAnchorElement::tabIndex() const {
|
| // Skip the supportsFocus check in HTMLElement.
|
| return Element::tabIndex();
|
| }
|
|
|