Index: third_party/WebKit/Source/core/dom/Node.h |
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
index c5ed07c4c42f0af19d9b4cfb6e70e99456f1361e..0dca87a2894a125f5fe2fc222840616a74ae2b81 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -494,7 +494,7 @@ class CORE_EXPORT Node : public EventTarget { |
virtual void setDragged(bool flag); |
virtual void setHovered(bool flag = true); |
- virtual short tabIndex() const; |
+ virtual int tabIndex() const; |
virtual Node* focusDelegate(); |
// This is called only when the node is focused. |