| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc
|
| index 58392b6a9e1e8f795b14dab6eccec5b53a4e40ea..4322b0d1d636d6aef2f3d39369d6255d54a72361 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc
|
| @@ -139,7 +139,6 @@ thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font)
|
| };
|
|
|
| switch (action) {
|
| - default: assert (false); HB_FALLTHROUGH;
|
| case NOP: return u;
|
| case SD: pua_mappings = SD_mappings; break;
|
| case SDL: pua_mappings = SDL_mappings; break;
|
|
|