| Index: Source/core/page/PagePopupController.cpp
|
| diff --git a/Source/core/page/PagePopupController.cpp b/Source/core/page/PagePopupController.cpp
|
| index ba31b0260f2f37fc643df4f0704e577b0733dc47..f204b24053fe52d667b50303d77c3d03e50ba0ed 100644
|
| --- a/Source/core/page/PagePopupController.cpp
|
| +++ b/Source/core/page/PagePopupController.cpp
|
| @@ -74,7 +74,6 @@ String PagePopupController::localizeNumberString(const String& numberString)
|
| return numberString;
|
| }
|
|
|
| -#if ENABLE(CALENDAR_PICKER)
|
| String PagePopupController::formatMonth(int year, int zeroBaseMonth)
|
| {
|
| if (!m_popupClient)
|
| @@ -92,7 +91,6 @@ String PagePopupController::formatShortMonth(int year, int zeroBaseMonth)
|
| date.setMonthsSinceEpoch((year - 1970) * 12.0 + zeroBaseMonth);
|
| return m_popupClient->locale().formatDateTime(date, Locale::FormatTypeShort);
|
| }
|
| -#endif
|
|
|
| void PagePopupController::clearPagePopupClient()
|
| {
|
|
|