Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp |
| index f5a58d1b4d4a71f47e3dd0f6957c858b90b3259e..117151d50072efc7e2e05cb3ff22246f2c6337b1 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp |
| @@ -145,6 +145,10 @@ void HTMLOutputElement::setDefaultValue(const String& value) |
| setTextContent(value); |
| } |
| +short HTMLOutputElement::tabIndex() const |
| +{ |
| + return -1; |
|
tkent
2016/09/01 23:27:24
We should return HTMLElement::tabIndex().
lunalu1
2016/09/02 01:07:38
Done.
|
| +} |
| DEFINE_TRACE(HTMLOutputElement) |
| { |