Chromium Code Reviews| Index: Source/core/html/HTMLInputElement.idl |
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
| index dfcd2cc482d8d01fcd27a7af0e9b7cd7990e2aad..a934d4a79bf026bf886ff0c4adb5bbffd6ffe483 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; |
| + readonly attribute HTMLElement list; |
|
tkent
2013/05/20 21:32:11
This should have [EnabledAtRuntime=DatalistElement
|
| [Reflect] attribute DOMString max; |
| [SetterRaisesException] attribute long maxLength; |
| [Reflect] attribute DOMString min; |