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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFieldSetElement.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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 1b04e07894cfa44555fcb5be81aa71c5bb0a3344..b47d303ec11c531600d748a757fa214a5fe5f824 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -54,7 +54,7 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
LayoutObject* createLayoutObject(const ComputedStyle&) override;
const AtomicString& formControlType() const override;
bool recalcWillValidate() const override { return false; }
- short tabIndex() const final;
+ int tabIndex() const final;
bool matchesValidityPseudoClasses() const final;
bool isValidElement() final;
void childrenChanged(const ChildrenChange&) override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698