| Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| index 0786c0b79a9385ebd485a79e63822973a53d1b29..cf98635593dd55cc590e189da4c76952c96ff709 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| @@ -53,6 +53,7 @@ private:
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| const AtomicString& formControlType() const override;
|
| bool recalcWillValidate() const override { return false; }
|
| + short tabIndex() const final;
|
| bool matchesValidityPseudoClasses() const final;
|
| bool isValidElement() final;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|