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

Unified Diff: Source/platform/text/LocaleWin.cpp

Issue 60113005: Enable chromium_code=1 on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« Source/core/dom/shadow/ShadowRoot.cpp ('K') | « Source/core/rendering/ClipRect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleWin.cpp
diff --git a/Source/platform/text/LocaleWin.cpp b/Source/platform/text/LocaleWin.cpp
index a32dd4cb4a1e7897b1f77df28422b29fb6efd736..5311e2c6ae0ad7591814df0e8d3a880b69af2966 100644
--- a/Source/platform/text/LocaleWin.cpp
+++ b/Source/platform/text/LocaleWin.cpp
@@ -121,7 +121,7 @@ static LCID WINAPI convertLocaleNameToLCID(LPCWSTR name, DWORD)
return LOCALE_USER_DEFAULT;
}
-static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, LocaleNameToLCIDPtr localeNameToLCID, String& locale)
+static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, LocaleNameToLCIDPtr localeNameToLCID, const String& locale)
scottmg 2013/11/06 04:40:48 conversion from 'WTF::String' to 'WTF::String &'
{
String localeLanguageCode = extractLanguageCode(locale);
if (equalIgnoringCase(localeLanguageCode, userDefaultLanguageCode))
« Source/core/dom/shadow/ShadowRoot.cpp ('K') | « Source/core/rendering/ClipRect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698