| Index: Source/WebCore/html/WeekInputType.cpp
|
| diff --git a/Source/WebCore/html/WeekInputType.cpp b/Source/WebCore/html/WeekInputType.cpp
|
| index ad8b8d53fb8ffeb008a9efc0340082e877c079dd..51dc08bd832d16f6f97423b36d9b5ba90681e980 100644
|
| --- a/Source/WebCore/html/WeekInputType.cpp
|
| +++ b/Source/WebCore/html/WeekInputType.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| #include "WeekInputType.h"
|
|
|
| #include "DateComponents.h"
|
| @@ -128,5 +127,3 @@ bool WeekInputType::isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, boo
|
| #endif
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|