Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix test expectation Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698