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

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

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebasing after r150849 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
« no previous file with comments | « Source/core/html/ColorInputType.cpp ('k') | Source/core/html/HTMLDataListElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDataListElement.h
diff --git a/Source/core/html/HTMLDataListElement.h b/Source/core/html/HTMLDataListElement.h
index 2aa5b8ec8a6307013bb08823689cdb41a1d950db..793a99128bdd94e41b5aafabc82e415ecc0272f0 100644
--- a/Source/core/html/HTMLDataListElement.h
+++ b/Source/core/html/HTMLDataListElement.h
@@ -32,7 +32,6 @@
#ifndef HTMLDataListElement_h
#define HTMLDataListElement_h
-#if ENABLE(DATALIST_ELEMENT)
#include "core/html/HTMLCollection.h"
#include "core/html/HTMLElement.h"
@@ -51,6 +50,5 @@ private:
};
} // namespace WebCore
-#endif // ENABLE(DATALIST_ELEMENT)
#endif // HTMLDataListElement_h
« no previous file with comments | « Source/core/html/ColorInputType.cpp ('k') | Source/core/html/HTMLDataListElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698