Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: third_party/WebKit/Source/platform/text/LocaleMac.mm

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « third_party/WebKit/Source/platform/text/LocaleICU.h ('k') | third_party/WebKit/Source/platform/text/LocaleMacTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698