| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
|
| index 9c0c303e3dfa1a7ff480c5c64047f58954a88469..da687ed6467ce627a2d642e3a71e2e17497de192 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
|
| @@ -266,7 +266,7 @@ initial_reordering_syllable (const hb_ot_shape_plan_t *plan,
|
| switch (syllable_type) {
|
| case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
|
| case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
|
| - case non_sea_cluster: initial_reordering_non_sea_cluster (plan, face, buffer, start, end); return;
|
| + case non_sea_cluster: initial_reordering_non_sea_cluster (plan, face, buffer, start, end); return;
|
| }
|
| }
|
|
|
|
|