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

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

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/html/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index a380b75b81e491fe1e7837a3f9227bf3a76c86bc..0b0c7faa50c1a7d722ec84a925ac86118cec6528 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -165,8 +165,6 @@ public:
String altText() const final;
- int maxResults() const { return m_maxResults; }
-
const AtomicString& defaultValue() const;
Vector<String> acceptMIMETypes();
@@ -380,7 +378,6 @@ private:
int m_size;
int m_maxLength;
int m_minLength;
- short m_maxResults;
// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-checked
unsigned m_isChecked : 1;
// https://html.spec.whatwg.org/multipage/forms.html#concept-input-checked-dirty-flag
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAttributeNames.in ('k') | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698