]> git.pld-linux.org Git - packages/chromium-browser.git/blame - system-icu.patch
up to 48.0.2564.103
[packages/chromium-browser.git] / system-icu.patch
CommitLineData
acf6752d
ER
1--- components/autofill/core/common/autofill_l10n_util.cc.orig 2015-12-07 11:46:37.738740329 +0000
2+++ components/autofill/core/common/autofill_l10n_util.cc 2015-12-07 11:46:44.574878953 +0000
3@@ -22,7 +22,7 @@
4 // library. This could be due to a device-specific issue (has been seen in
5 // the wild on Android devices). In the failure case, |collator_| will be
6 // null. See http://crbug.com/558625.
7- icu_54::UnicodeString name;
8+ icu::UnicodeString name;
9 std::string locale_name;
10 locale.getDisplayName(name).toUTF8String(locale_name);
11 LOG(ERROR) << "Failed to initialize the ICU Collator for "
This page took 1.310658 seconds and 4 git commands to generate.