| 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 bca9099e9d7a2fd8d88317f11fce9d5f4798a158..55731d6ce2b15ebff4f5824523580cb31fc26ee1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -490,7 +490,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.
|
|
|