| Index: Source/WebCore/html/DateInputType.cpp
|
| diff --git a/Source/WebCore/html/DateInputType.cpp b/Source/WebCore/html/DateInputType.cpp
|
| index 9810624b14fd118e7b18a11dd92cba6524a84c95..bc135343d3ea393f9bceb51495afaf16797f9a1a 100644
|
| --- a/Source/WebCore/html/DateInputType.cpp
|
| +++ b/Source/WebCore/html/DateInputType.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| #include "DateInputType.h"
|
|
|
| #include "DateComponents.h"
|
| @@ -134,4 +133,3 @@ bool DateInputType::isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, boo
|
| #endif
|
|
|
| } // namespace WebCore
|
| -#endif
|
|
|