| Index: Source/core/page/PagePopupController.h
|
| diff --git a/Source/core/page/PagePopupController.h b/Source/core/page/PagePopupController.h
|
| index 398fa4edd80cc09f5439050bc2c29c00e8e876e5..7a4846fb0aae5fb7b43a203237d5c686c24cb61f 100644
|
| --- a/Source/core/page/PagePopupController.h
|
| +++ b/Source/core/page/PagePopupController.h
|
| @@ -46,10 +46,8 @@ public:
|
| void setValue(const String&);
|
| void closePopup();
|
| String localizeNumberString(const String&);
|
| -#if ENABLE(CALENDAR_PICKER)
|
| String formatMonth(int year, int zeroBaseMonth);
|
| String formatShortMonth(int year, int zeroBaseMonth);
|
| -#endif
|
| void clearPagePopupClient();
|
| void histogramEnumeration(const String& name, int sample, int boundaryValue);
|
|
|
|
|