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

Unified Diff: source/common/rbbisetb.cpp

Issue 2440913002: Update ICU to 58.1
Patch Set: 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 | « source/common/rbbisetb.h ('k') | source/common/rbbistbl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/rbbisetb.cpp
diff --git a/source/common/rbbisetb.cpp b/source/common/rbbisetb.cpp
index cd855f7f250eedfffc2bc5b0a865a299b1e27231..ebdf8b7fb9040962c6c3d33ab6df9b6cd160d16d 100644
--- a/source/common/rbbisetb.cpp
+++ b/source/common/rbbisetb.cpp
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
//
// rbbisetb.cpp
//
@@ -546,7 +548,7 @@ void RBBISetBuilder::printSets() {
RBBI_DEBUG_printUnicodeString(usetNode->fText);
RBBIDebugPrintf("\n");
if (usetNode->fLeftChild != NULL) {
- usetNode->fLeftChild->printTree(TRUE);
+ RBBINode::printTree(usetNode->fLeftChild, TRUE);
}
}
RBBIDebugPrintf("\n");
« no previous file with comments | « source/common/rbbisetb.h ('k') | source/common/rbbistbl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698