| 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 a2b80dd28691746e2a55b7767e30247ca995637c..6e61b826b18ddd085241f1ff3705ae81ece4aecf 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -208,7 +208,7 @@ public:
|
| HTMLDataListElement* dataList() const;
|
| bool hasValidDataListOptions() const;
|
| void listAttributeTargetChanged();
|
| - // Associated <datalsit> options which match to the current INPUT value.
|
| + // Associated <datalist> options which match to the current INPUT value.
|
| HeapVector<Member<HTMLOptionElement>> filteredDataListOptions() const;
|
|
|
| HTMLInputElement* checkedRadioButtonForGroup();
|
|
|