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 e9fe5241ffe60329945577ace0e6988dacbe041a..ddb07e8b0e6a531490932f85c179399fb1b99f4b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp |
@@ -143,7 +143,7 @@ const FormAssociatedElement::List& HTMLFieldSetElement::associatedElements() |
return m_associatedElements; |
} |
-short HTMLFieldSetElement::tabIndex() const { |
+int HTMLFieldSetElement::tabIndex() const { |
return HTMLElement::tabIndex(); |
} |