| Index: third_party/harfbuzz-ng/src/hb-buffer.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-buffer.cc b/third_party/harfbuzz-ng/src/hb-buffer.cc
|
| index 0500aa23ced68bcaafad69de0dc1576481443cd1..942177cbd05c180e7fff0c878a07fbb2c8b02822 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-buffer.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-buffer.cc
|
| @@ -454,7 +454,7 @@ hb_buffer_t::reverse_range (unsigned int start,
|
| info[j] = t;
|
| }
|
|
|
| - if (pos) {
|
| + if (have_positions) {
|
| for (i = start, j = end - 1; i < j; i++, j--) {
|
| hb_glyph_position_t t;
|
|
|
|
|