| Index: Source/WebCore/html/DateInputType.h
|
| diff --git a/Source/WebCore/html/DateInputType.h b/Source/WebCore/html/DateInputType.h
|
| index cf8372105f9c60833a5d9a3c5086ea9a4548752e..38db4c7d8b138aefe15a8de7176ed5f7a1b647df 100644
|
| --- a/Source/WebCore/html/DateInputType.h
|
| +++ b/Source/WebCore/html/DateInputType.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef DateInputType_h
|
| #define DateInputType_h
|
|
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| #include "BaseChooserOnlyDateAndTimeInputType.h"
|
| #include "BaseMultipleFieldsDateAndTimeInputType.h"
|
| #include <wtf/RefPtr.h>
|
| @@ -70,5 +69,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| #endif // DateInputType_h
|
|
|