diff options
Diffstat (limited to 'Source/WebCore/html/DateTimeFieldsState.h')
-rw-r--r-- | Source/WebCore/html/DateTimeFieldsState.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/DateTimeFieldsState.h b/Source/WebCore/html/DateTimeFieldsState.h index 6fb444071..2dd219546 100644 --- a/Source/WebCore/html/DateTimeFieldsState.h +++ b/Source/WebCore/html/DateTimeFieldsState.h @@ -26,7 +26,7 @@ #ifndef DateTimeFieldsState_h #define DateTimeFieldsState_h -#if ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) +#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) #include <wtf/text/WTFString.h> namespace WebCore { @@ -87,7 +87,7 @@ public: private: unsigned m_year; - unsigned m_month; + unsigned m_month; // 1 to 12. unsigned m_dayOfMonth; unsigned m_hour; // 1 to 12. unsigned m_minute; |