| Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| index b91e769ab53228dea794fe0546ba9ac7c20ff967..fc7d28b61530789c1da181132eea6049090151e4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| @@ -153,4 +153,9 @@ const FormAssociatedElement::List& HTMLFieldSetElement::associatedElements() con
|
| return m_associatedElements;
|
| }
|
|
|
| +short HTMLFieldSetElement::tabIndex() const
|
| +{
|
| + return HTMLElement::tabIndex();
|
| +}
|
| +
|
| } // namespace blink
|
|
|