| Index: third_party/WebKit/public/web/WebInputElement.h
|
| diff --git a/third_party/WebKit/public/web/WebInputElement.h b/third_party/WebKit/public/web/WebInputElement.h
|
| index cd5dcc8973428060776b36d7b80404369ee24f9f..97a3a3103c0ad7299ace98d74572096dabd011c8 100644
|
| --- a/third_party/WebKit/public/web/WebInputElement.h
|
| +++ b/third_party/WebKit/public/web/WebInputElement.h
|
| @@ -77,7 +77,7 @@ public:
|
| BLINK_EXPORT bool isChecked() const;
|
| BLINK_EXPORT bool isMultiple() const;
|
|
|
| - // Associated <datalsit> options which match to the current INPUT value.
|
| + // Associated <datalist> options which match to the current INPUT value.
|
| BLINK_EXPORT WebVector<WebOptionElement> filteredDataListOptions() const;
|
|
|
| // Return the localized value for this input type.
|
|
|