summaryrefslogtreecommitdiff
path: root/www-client/chromium/files
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2015-12-07 22:18:42 +0100
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2015-12-07 22:19:16 +0100
commit35506c7c014973e97a1d4234d055dd018bb5d769 (patch)
tree998ce1b2914d34d42e819e283eb113d891170754 /www-client/chromium/files
parent6e61044a7c342ba7730e0d55df164ad7197ff01c (diff)
downloadgentoo-35506c7c014973e97a1d4234d055dd018bb5d769.tar.gz
gentoo-35506c7c014973e97a1d4234d055dd018bb5d769.tar.xz
www-client/chromium: beta channel bump (48.0.2564.23)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-system-icu-r0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-system-icu-r0.patch b/www-client/chromium/files/chromium-system-icu-r0.patch
new file mode 100644
index 00000000000..e1e2135d2a2
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-icu-r0.patch
@@ -0,0 +1,11 @@
+--- components/autofill/core/common/autofill_l10n_util.cc.orig 2015-12-07 11:46:37.738740329 +0000
++++ components/autofill/core/common/autofill_l10n_util.cc 2015-12-07 11:46:44.574878953 +0000
+@@ -22,7 +22,7 @@
+ // library. This could be due to a device-specific issue (has been seen in
+ // the wild on Android devices). In the failure case, |collator_| will be
+ // null. See http://crbug.com/558625.
+- icu_54::UnicodeString name;
++ icu::UnicodeString name;
+ std::string locale_name;
+ locale.getDisplayName(name).toUTF8String(locale_name);
+ LOG(ERROR) << "Failed to initialize the ICU Collator for "