| Index: Source/WebCore/html/InputType.cpp
|
| diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
|
| index 8e6adcb7bcb2c0ac0db36384db384c1f4e0e01f4..0ebb2acf183dcdfd9fb5a8c2f206e775faa7b467 100644
|
| --- a/Source/WebCore/html/InputType.cpp
|
| +++ b/Source/WebCore/html/InputType.cpp
|
| @@ -97,10 +97,7 @@ static PassOwnPtr<InputTypeFactoryMap> createInputTypeFactoryMap()
|
| #if ENABLE(INPUT_TYPE_COLOR)
|
| map->add(InputTypeNames::color(), ColorInputType::create);
|
| #endif
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| - if (RuntimeEnabledFeatures::inputTypeDateEnabled())
|
| - map->add(InputTypeNames::date(), DateInputType::create);
|
| -#endif
|
| + map->add(InputTypeNames::date(), DateInputType::create);
|
| #if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
|
| if (RuntimeEnabledFeatures::inputTypeDateTimeEnabled())
|
| map->add(InputTypeNames::datetime(), DateTimeInputType::create);
|
|
|