| 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
|
|
|