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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormControlElement.h

Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix tabindex-clamp.html Created 4 years, 1 month 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/html/HTMLFormControlElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
index 4a9595d0962222286ecf545da019a97b05ebc215..10166170ff1059df22f14505600e8947336c423f 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
@@ -169,7 +169,7 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
bool isFormControlElement() const final { return true; }
bool alwaysCreateUserAgentShadowRoot() const override { return true; }
- short tabIndex() const;
+ int tabIndex() const;
bool isValidElement() override;
bool matchesValidityPseudoClasses() const override;

Powered by Google App Engine
This is Rietveld 408576698