| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| index 9741dc38516f6deb8d9e560b72a2659499a25b35..74be68ed0751dcd8c88149d6567b019024ce0cb1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -117,7 +117,7 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
|
| bool isURLAttribute(const Attribute&) const final;
|
| bool hasLegalLinkAttribute(const QualifiedName&) const final;
|
| bool canStartSelection() const final;
|
| - short tabIndex() const final;
|
| + int tabIndex() const final;
|
| bool draggable() const final;
|
| bool isInteractiveContent() const final;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|