| 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 f32f4e3e0060ec7f6704a5a157cc148a765ddea5..818fca2f4d14bf585b35fec86aeb065bbde073d6 100644
|
| --- a/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| +++ b/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| @@ -67,7 +67,7 @@ class PLATFORM_EXPORT Locale {
|
| // Remove characters from |input| if a character is not included in
|
| // locale-specific number characters and |standardChars|.
|
| String stripInvalidNumberCharacters(const String& input,
|
| - const String& standardChars) const;
|
| + const String& standardChars);
|
|
|
| // Returns localized decimal separator, e.g. "." for English, "," for French.
|
| String localizedDecimalSeparator();
|
|
|