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

Unified Diff: patches/xlit_badcast.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll 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
« no previous file with comments | « patches/wpo.patch ('k') | scripts/trim_data.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/xlit_badcast.patch
diff --git a/patches/xlit_badcast.patch b/patches/xlit_badcast.patch
deleted file mode 100644
index 932f728ae266925203d56435c0cfafa42051aaf3..0000000000000000000000000000000000000000
--- a/patches/xlit_badcast.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/source/i18n/rbt_pars.cpp b/source/i18n/rbt_pars.cpp
-index 7e3678b..4cc0a6e 100644
---- a/source/i18n/rbt_pars.cpp
-+++ b/source/i18n/rbt_pars.cpp
-@@ -1102,7 +1102,7 @@ void TransliteratorParser::parseRules(const UnicodeString& rule,
-
- for (int32_t j = 0; j < data->variablesLength; j++) {
- data->variables[j] =
-- ((UnicodeSet*)variablesVector.elementAt(j));
-+ ((UnicodeFunctor*)variablesVector.elementAt(j));
- }
-
- data->variableNames.removeAll();
« no previous file with comments | « patches/wpo.patch ('k') | scripts/trim_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698