| Index: Source/WebCore/platform/LocalizedStrings.h
|
| diff --git a/Source/WebCore/platform/LocalizedStrings.h b/Source/WebCore/platform/LocalizedStrings.h
|
| index c0c8198fddfa8ec6e41c9b0992293b3dfde84f60..1d303ce59e9dcc005f1516c55f4ffb2d87d3b99c 100644
|
| --- a/Source/WebCore/platform/LocalizedStrings.h
|
| +++ b/Source/WebCore/platform/LocalizedStrings.h
|
| @@ -143,11 +143,9 @@ namespace WebCore {
|
| // "datetime-local" input UI instead "----".
|
| String placeholderForYearField();
|
| #endif
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| // weekFormatInLDML() returns week and year format in LDML, Unicode
|
| // technical standard 35, Locale Data Markup Language, e.g. "'Week' ww, yyyy"
|
| String weekFormatInLDML();
|
| -#endif
|
|
|
| String missingPluginText();
|
| String crashedPluginText();
|
|
|