| Index: Source/WebCore/html/InputType.cpp
|
| diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
|
| index 1f8f07f024ad0f9e8cb53fa521a0fef648b70096..3ad1d98cd2db517860862781d58624eb091053a9 100644
|
| --- a/Source/WebCore/html/InputType.cpp
|
| +++ b/Source/WebCore/html/InputType.cpp
|
| @@ -118,10 +118,8 @@ static PassOwnPtr<InputTypeFactoryMap> createInputTypeFactoryMap()
|
| map->add(InputTypeNames::telephone(), TelephoneInputType::create);
|
| map->add(InputTypeNames::time(), TimeInputType::create);
|
| map->add(InputTypeNames::url(), URLInputType::create);
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| if (RuntimeEnabledFeatures::inputTypeWeekEnabled())
|
| map->add(InputTypeNames::week(), WeekInputType::create);
|
| -#endif
|
| // No need to register "text" because it is the default type.
|
| return map.release();
|
| }
|
|
|