| 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
|
|
|