| Index: Source/core/html/HTMLInputElement.idl | 
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl | 
| index 2a4184c8cc830f293470c96c96ec69408108f11b..cd3a24e7a008b78bcf219868ad223338922964a7 100644 | 
| --- a/Source/core/html/HTMLInputElement.idl | 
| +++ b/Source/core/html/HTMLInputElement.idl | 
| @@ -39,7 +39,7 @@ | 
| [Reflect] attribute DOMString formTarget; | 
| attribute unsigned long height; | 
| attribute boolean indeterminate; | 
| -    [Conditional=DATALIST_ELEMENT] readonly attribute HTMLElement list; | 
| +    readonly attribute HTMLElement list; | 
| [Reflect] attribute DOMString max; | 
| [SetterRaisesException] attribute long maxLength; | 
| [Reflect] attribute DOMString min; | 
|  |