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

Unified Diff: Source/WebCore/html/DateInputType.h

Issue 13888003: Remove compile-time / run-time flags for input[type=date]. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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/WebCore/css/html.css ('k') | Source/WebCore/html/DateInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/DateInputType.h
diff --git a/Source/WebCore/html/DateInputType.h b/Source/WebCore/html/DateInputType.h
index cf8372105f9c60833a5d9a3c5086ea9a4548752e..38db4c7d8b138aefe15a8de7176ed5f7a1b647df 100644
--- a/Source/WebCore/html/DateInputType.h
+++ b/Source/WebCore/html/DateInputType.h
@@ -31,7 +31,6 @@
#ifndef DateInputType_h
#define DateInputType_h
-#if ENABLE(INPUT_TYPE_DATE)
#include "BaseChooserOnlyDateAndTimeInputType.h"
#include "BaseMultipleFieldsDateAndTimeInputType.h"
#include <wtf/RefPtr.h>
@@ -70,5 +69,4 @@ private:
} // namespace WebCore
-#endif
#endif // DateInputType_h
« no previous file with comments | « Source/WebCore/css/html.css ('k') | Source/WebCore/html/DateInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698