| 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..99da8d9071d189c78f4466ae320cc2b32545aa4f 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 HTMLElement::tabIndex();
|
| +}
|
|
|
| DEFINE_TRACE(HTMLOutputElement)
|
| {
|
|
|