Chromium Code Reviews| 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 8983f821c4c68e0a9ee2ade29d6467b4f949a659..6f5ced5d306c9f57f537ed650b071db855991c82 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; |
| } |