| Index: third_party/WebKit/Source/platform/text/PlatformLocale.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
|
| index aa11c99b848b7a3bc0b29017fdf5d5fb6a38ca2b..11c106fc56e8783065b645e096bbda48293624d6 100644
|
| --- a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
|
| @@ -412,7 +412,8 @@ String Locale::convertFromLocalizedNumber(const String& localized) {
|
| }
|
|
|
| String Locale::stripInvalidNumberCharacters(const String& input,
|
| - const String& standardChars) const {
|
| + const String& standardChars) {
|
| + initializeLocaleData();
|
| StringBuilder builder;
|
| builder.reserveCapacity(input.length());
|
| for (unsigned i = 0; i < input.length(); ++i) {
|
|
|