| Index: third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh
|
| index 8bb91071df310f560ac17672998c290d2b747163..5ea70fbbdec8658e01f3f2fc4c406ce4624112a4 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh
|
| @@ -742,7 +742,7 @@ struct PairPosFormat2
|
| inline void collect_glyphs (hb_collect_glyphs_context_t *c) const
|
| {
|
| TRACE_COLLECT_GLYPHS (this);
|
| - /* (this+coverage).add_coverage (c->input); // Don't need this. */
|
| + (this+coverage).add_coverage (c->input);
|
|
|
| unsigned int count1 = class1Count;
|
| const ClassDef &klass1 = this+classDef1;
|
|
|