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

Unified Diff: Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp

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/bindings/v8/RuntimeEnabledFeatures.h ('k') | Source/WebCore/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp
index f0f72522a3a5f9678f9155b4a4ee20db0a29d588..d8226cde34c52350d7fe2b34df1c243bb24cf014 100644
--- a/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -186,10 +186,6 @@ bool RuntimeEnabledFeatures::isCustomDOMElementsEnabled = false;
bool RuntimeEnabledFeatures::isStyleScopedEnabled = false;
#endif
-#if ENABLE(INPUT_TYPE_DATE)
-bool RuntimeEnabledFeatures::isInputTypeDateEnabled = true;
-#endif
-
#if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
bool RuntimeEnabledFeatures::isInputTypeDateTimeEnabled = false;
#endif
« no previous file with comments | « Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h ('k') | Source/WebCore/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698