| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| index 2d4113e136e7c9ab5a5cdfb8ad5d75d4a3e4d083..39898013ef7e88f95b7f04f856d8b3aca28e7660 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| @@ -340,7 +340,7 @@ bool HTMLSlotElement::findHostChildWithSameSlotName() const {
|
| return assignment.findHostChildBySlotName(name());
|
| }
|
|
|
| -short HTMLSlotElement::tabIndex() const {
|
| +int HTMLSlotElement::tabIndex() const {
|
| return Element::tabIndex();
|
| }
|
|
|
|
|