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

Unified Diff: Source/WebCore/bindings/v8/RuntimeEnabledFeatures.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/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h
diff --git a/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h b/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h
index 7e74b66bd9c926f5f4a200e26c4bff815a532e62..f561842d8619f34ede037db5434cb174d327a6c2 100644
--- a/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h
+++ b/Source/WebCore/bindings/v8/RuntimeEnabledFeatures.h
@@ -234,11 +234,6 @@ public:
static void setStyleScopedEnabled(bool isEnabled) { isStyleScopedEnabled = isEnabled; }
#endif
-#if ENABLE(INPUT_TYPE_DATE)
- static bool inputTypeDateEnabled() { return isInputTypeDateEnabled; }
- static void setInputTypeDateEnabled(bool isEnabled) { isInputTypeDateEnabled = isEnabled; }
-#endif
-
#if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
static bool inputTypeDateTimeEnabled() { return isInputTypeDateTimeEnabled; }
static void setInputTypeDateTimeEnabled(bool isEnabled) { isInputTypeDateTimeEnabled = isEnabled; }
@@ -351,10 +346,6 @@ private:
static bool isStyleScopedEnabled;
#endif
-#if ENABLE(INPUT_TYPE_DATE)
- static bool isInputTypeDateEnabled;
-#endif
-
#if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
static bool isInputTypeDateTimeEnabled;
#endif
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698