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