| Index: third_party/harfbuzz-ng/src/hb-ot-map.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-map.cc b/third_party/harfbuzz-ng/src/hb-ot-map.cc
|
| index 7bdeddbe12b64db0ef7f2c0b47c4c32d6457e31e..7822cef8b3c3f56dec9a0e8efd8d3a800b94f935 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-map.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-map.cc
|
| @@ -204,11 +204,8 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m)
|
| for (unsigned int table_index = 0; table_index < 2; table_index++)
|
| {
|
| if (required_feature_tag[table_index] == info->tag)
|
| - {
|
| required_feature_stage[table_index] = info->stage[table_index];
|
| - found = true;
|
| - continue;
|
| - }
|
| +
|
| found |= hb_ot_layout_language_find_feature (face,
|
| table_tags[table_index],
|
| script_index[table_index],
|
|
|