| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| index 7b043440e8a7475a9539115c7e6894824f2a644c..545765d5f1d89e7f81f7e945e9762fd0236c8a0f 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| @@ -439,7 +439,7 @@ insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
|
|
|
|
| hb_codepoint_t dottedcircle_glyph;
|
| - if (!font->get_glyph (0x25CCu, 0, &dottedcircle_glyph))
|
| + if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph))
|
| return;
|
|
|
| hb_glyph_info_t dottedcircle = {0};
|
|
|