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

Unified Diff: third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c

Issue 7595001: Update (old) harfbuzz to ToT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « third_party/harfbuzz/contrib/harfbuzz-unicode.c ('k') | third_party/harfbuzz/harfbuzz.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c
diff --git a/third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c b/third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c
index 3c3fead62cc38daf864880033f4449adf70fc59a..7cf6056d3503c6e22c1e98e5a2802926f922cf3a 100644
--- a/third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c
+++ b/third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c
@@ -65,7 +65,7 @@ code_point_to_category(HB_UChar32 cp) {
sizeof(struct category_property),
category_property_cmp);
if (!vprop)
- return HB_NoCategory;
+ return HB_Other_NotAssigned;
return ((const struct category_property *) vprop)->category;
}
« no previous file with comments | « third_party/harfbuzz/contrib/harfbuzz-unicode.c ('k') | third_party/harfbuzz/harfbuzz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698