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; |
} |