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

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

Issue 108313015: Make calls to AtomicString(const String&) explicit in html/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take feedback into consideration Created 6 years, 12 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
« Source/core/svg/SVGTests.cpp ('K') | « Source/platform/Language.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextBreakIteratorInternalICU.cpp
diff --git a/Source/platform/text/TextBreakIteratorInternalICU.cpp b/Source/platform/text/TextBreakIteratorInternalICU.cpp
index d4aca01acf53372810acf6c00ef29fc0e8381455..131a04175d8457c9dee0ffef39f4050b68952a3f 100644
--- a/Source/platform/text/TextBreakIteratorInternalICU.cpp
+++ b/Source/platform/text/TextBreakIteratorInternalICU.cpp
@@ -33,7 +33,7 @@ static const char* UILanguage()
{
// Chrome's UI language can be different from the OS UI language on Windows.
// We want to return Chrome's UI language here.
- DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1()));
+ DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().string().latin1()));
return locale.data();
}
« Source/core/svg/SVGTests.cpp ('K') | « Source/platform/Language.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698