| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index d2563d818101c4f3b8975d56f4010ab12f4b2857..6a33cd0d4a711566417be6fbc6e53f4e14dd357a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -51,7 +51,7 @@ class CORE_EXPORT HTMLElement : public Element {
|
| }
|
|
|
| String title() const final;
|
| - short tabIndex() const override;
|
| + int tabIndex() const override;
|
|
|
| void setInnerText(const String&, ExceptionState&);
|
| void setOuterText(const String&, ExceptionState&);
|
|
|