| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index a4313f6c09edbc68c335cff0dedb1ac06ff3807c..127fa19138cea1169848e24bc7dca02a501f4ffd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -390,7 +390,7 @@ void HTMLFormControlElement::willCallDefaultEventHandler(const Event& event) {
|
| FocusControlState);
|
| }
|
|
|
| -short HTMLFormControlElement::tabIndex() const {
|
| +int HTMLFormControlElement::tabIndex() const {
|
| // Skip the supportsFocus check in HTMLElement.
|
| return Element::tabIndex();
|
| }
|
|
|