Index: third_party/WebKit/Source/core/dom/Node.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp |
index b6bf406adb3685974276aad6c3a2847d9b969f89..a531f90c59a2ff676a7ded93e1ddc857fd3b9d0b 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.cpp |
+++ b/third_party/WebKit/Source/core/dom/Node.cpp |
@@ -304,7 +304,7 @@ Node* Node::toNode() { |
return this; |
} |
-short Node::tabIndex() const { |
+int Node::tabIndex() const { |
return 0; |
} |