Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: Source/core/html/HTMLDataListElement.idl

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporate tkent's comments Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698