| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc
|
| index 6fbfe2b5eacaada628c6874d40c182b3f43aba01..d2b6e63bd3f92067d076e71fec5bd1c091e3565a 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc
|
| @@ -499,7 +499,7 @@ insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
| return;
|
|
|
| hb_glyph_info_t dottedcircle = {0};
|
| - if (!font->get_glyph (0x25CCu, 0, &dottedcircle.codepoint))
|
| + if (!font->get_nominal_glyph (0x25CCu, &dottedcircle.codepoint))
|
| return;
|
| dottedcircle.use_category() = hb_use_get_categories (0x25CC);
|
|
|
|
|