summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/text/DateTimeFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/text/DateTimeFormat.h')
-rw-r--r--Source/WebCore/platform/text/DateTimeFormat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/platform/text/DateTimeFormat.h b/Source/WebCore/platform/text/DateTimeFormat.h
index b7b740290..f5ff0038f 100644
--- a/Source/WebCore/platform/text/DateTimeFormat.h
+++ b/Source/WebCore/platform/text/DateTimeFormat.h
@@ -26,7 +26,7 @@
#ifndef DateTimeFormat_h
#define DateTimeFormat_h
-#if ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS)
+#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
#include <wtf/text/WTFString.h>
namespace WebCore {
@@ -57,8 +57,8 @@ public:
FieldTypeMonthStandAlone = 'L',
// Week: 42
- FieldTypeWeekOfYear = 'W',
- FieldTypeWeekOfMonth = 'w',
+ FieldTypeWeekOfYear = 'w',
+ FieldTypeWeekOfMonth = 'W',
// Day: 12
FieldTypeDayOfMonth = 'd',