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 3ad1a64ad692537fc98a1b86b66f62f634a5e636..e2b48feb57c9dc2a3c98f66d7729d7067a5111d8 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
@@ -355,7 +355,7 @@ bool HTMLSlotElement::findHostChildWithSameSlotName() const { |
return assignment.findHostChildBySlotName(name()); |
} |
-short HTMLSlotElement::tabIndex() const { |
+int HTMLSlotElement::tabIndex() const { |
return Element::tabIndex(); |
} |