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

Unified Diff: source/tools/gennorm2/gennorm2.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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 | « source/tools/gendict/gendict.vcxproj.filters ('k') | source/tools/gennorm2/gennorm2.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/gennorm2/gennorm2.cpp
diff --git a/source/tools/gennorm2/gennorm2.cpp b/source/tools/gennorm2/gennorm2.cpp
index c665d82e985178837dfa80dacd591f9004059c88..237d8de7c746f5b46c2e1a30c224fab61891e9f5 100644
--- a/source/tools/gennorm2/gennorm2.cpp
+++ b/source/tools/gennorm2/gennorm2.cpp
@@ -142,7 +142,7 @@ main(int argc, char* argv[]) {
#else
- LocalPointer<Normalizer2DataBuilder> builder(new Normalizer2DataBuilder(errorCode));
+ LocalPointer<Normalizer2DataBuilder> builder(new Normalizer2DataBuilder(errorCode), errorCode);
errorCode.assertSuccess();
if(options[UNICODE_VERSION].doesOccur) {
« no previous file with comments | « source/tools/gendict/gendict.vcxproj.filters ('k') | source/tools/gennorm2/gennorm2.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698