| Index: third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| index 45897ed5a81c5e29fe4830f3e96495e10e126d29..f48184fd394da9b9f25c916465ed05852205a536 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| @@ -517,11 +517,9 @@ _hb_glyph_info_clear_ligated_and_multiplied (hb_glyph_info_t *info)
|
| }
|
|
|
| static inline void
|
| -_hb_glyph_info_clear_substituted_and_ligated_and_multiplied (hb_glyph_info_t *info)
|
| +_hb_glyph_info_clear_substituted (hb_glyph_info_t *info)
|
| {
|
| - info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED |
|
| - HB_OT_LAYOUT_GLYPH_PROPS_LIGATED |
|
| - HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED);
|
| + info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
|
| }
|
|
|
|
|
|
|