| Index: Source/platform/text/LocaleMac.mm
|
| diff --git a/Source/platform/text/LocaleMac.mm b/Source/platform/text/LocaleMac.mm
|
| index 0bbc5a3e26499724a82169475e1297c0af5b7512..64c1353e5e3d9b8f68da0e0107126cc0112bfeb7 100644
|
| --- a/Source/platform/text/LocaleMac.mm
|
| +++ b/Source/platform/text/LocaleMac.mm
|
| @@ -129,7 +129,6 @@ const Vector<String>& LocaleMac::monthLabels()
|
| return m_monthLabels;
|
| }
|
|
|
| -#if ENABLE(CALENDAR_PICKER)
|
| const Vector<String>& LocaleMac::weekDayShortLabels()
|
| {
|
| if (!m_weekDayShortLabels.isEmpty())
|
| @@ -160,7 +159,6 @@ bool LocaleMac::isRTL()
|
| {
|
| return NSLocaleLanguageDirectionRightToLeft == [NSLocale characterDirectionForLanguage:[NSLocale canonicalLanguageIdentifierFromString:[m_locale.get() localeIdentifier]]];
|
| }
|
| -#endif
|
|
|
| RetainPtr<NSDateFormatter> LocaleMac::timeFormatter()
|
| {
|
|
|