| Index: third_party/harfbuzz-ng/src/hb-ot-shape.cc
 | 
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape.cc b/third_party/harfbuzz-ng/src/hb-ot-shape.cc
 | 
| index a0b503ab0f23f95b26988acd3f1334dc63a5665d..07adb04f678c8ae39eb015292aa45e9ca6c991ab 100644
 | 
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape.cc
 | 
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape.cc
 | 
| @@ -676,7 +676,7 @@ hb_ot_hide_default_ignorables (hb_ot_shape_context_t *c)
 | 
|  	pos[i].y_advance = 0;
 | 
|        }
 | 
|        else
 | 
| -	continue; /* Delete it. */
 | 
| +	continue; /* Delete it. XXX Merge clusters? */
 | 
|      }
 | 
|      if (j != i)
 | 
|      {
 | 
| 
 |