| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| index 48a069c1c9105f3db70849772249e5d1d47ff19e..96184502be556bbd3ca296bcb2848542c666adfd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| @@ -68,6 +68,7 @@ private:
|
| bool supportsFocus() const override;
|
| void childrenChanged(const ChildrenChange&) override;
|
| void resetImpl() override;
|
| + short tabIndex() const override;
|
|
|
| void valueWasSet() final;
|
|
|
|
|