| Index: third_party/WebKit/Source/platform/text/LocaleMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/text/LocaleMac.mm b/third_party/WebKit/Source/platform/text/LocaleMac.mm
|
| index be8e362450bbf2e5c1dcb0ba3ba2d4ce55809c40..6d5ef4d469b42ce0c30cf346ca35ed97b6b25124 100644
|
| --- a/third_party/WebKit/Source/platform/text/LocaleMac.mm
|
| +++ b/third_party/WebKit/Source/platform/text/LocaleMac.mm
|
| @@ -90,7 +90,8 @@ LocaleMac::LocaleMac(NSLocale* locale)
|
| [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]),
|
| m_didInitializeNumberData(false) {
|
| NSArray* availableLanguages = [NSLocale ISOLanguageCodes];
|
| - // NSLocale returns a lower case NSLocaleLanguageCode so we don't have care about case.
|
| + // NSLocale returns a lower case NSLocaleLanguageCode so we don't have care
|
| + // about case.
|
| NSString* language = [m_locale.get() objectForKey:NSLocaleLanguageCode];
|
| if ([availableLanguages indexOfObject:language] == NSNotFound)
|
| m_locale.adoptNS(
|
|
|