Chromium Code Reviews| Index: Source/core/html/HTMLDataListElement.idl |
| diff --git a/Source/core/html/HTMLDataListElement.idl b/Source/core/html/HTMLDataListElement.idl |
| index 13fdaa40401b6a1a1fdc510383ca94939e7f7a64..03219fb5d1e8fac349f7d4feb7a15790ac961fef 100644 |
| --- a/Source/core/html/HTMLDataListElement.idl |
| +++ b/Source/core/html/HTMLDataListElement.idl |
| @@ -29,7 +29,7 @@ |
| */ |
| [ |
| - Conditional=DATALIST_ELEMENT, |
| + EnabledAtRuntime=DataListElement |
|
tkent
2013/05/21 21:05:44
nit: use four space indentation
|
| ] interface HTMLDataListElement : HTMLElement { |
| readonly attribute HTMLCollection options; |
| }; |