| Index: Source/WebCore/html/WeekInputType.h
|
| diff --git a/Source/WebCore/html/WeekInputType.h b/Source/WebCore/html/WeekInputType.h
|
| index 89e743d28f697738f8311d3764bd14b9e8503190..3ef484141249a9603278414c989d998783308147 100644
|
| --- a/Source/WebCore/html/WeekInputType.h
|
| +++ b/Source/WebCore/html/WeekInputType.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef WeekInputType_h
|
| #define WeekInputType_h
|
|
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| #include "BaseChooserOnlyDateAndTimeInputType.h"
|
| #include "BaseMultipleFieldsDateAndTimeInputType.h"
|
|
|
| @@ -67,5 +66,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| #endif // WeekInputType_h
|
|
|