| Index: third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.h b/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| index 4bcc4e90b5a3b9e95f7bd7718168cb513c9501bf..d9189bb8f9661fe2401719681b4d8faee261e3e0 100644
|
| --- a/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| +++ b/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| @@ -65,10 +65,8 @@ public:
|
| // locale-specific number characters and |standardChars|.
|
| String stripInvalidNumberCharacters(const String& input, const String& standardChars) const;
|
|
|
| -#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // Returns localized decimal separator, e.g. "." for English, "," for French.
|
| String localizedDecimalSeparator();
|
| -#endif
|
|
|
| // Returns date format in Unicode TR35 LDML[1] containing day of month,
|
| // month, and year, e.g. "dd/mm/yyyy"
|
|
|