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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOutputElement.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/HTMLOutputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
index 21af18de6b81e3c1326cccfbcb7178ff51c15cce..d512f4c31447252ce6df92be7d8a0eccc016d398 100644
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
@@ -72,7 +72,7 @@ class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement,
bool supportsFocus() const override;
void childrenChanged(const ChildrenChange&) override;
void resetImpl() override;
- short tabIndex() const override;
+ int tabIndex() const override;
void valueWasSet() final;

Powered by Google App Engine
This is Rietveld 408576698