Imported Upstream version 1.7.6
[platform/upstream/harfbuzz.git] / src / hb-fallback-shape.cc
index 4b60c6c..3f09c3f 100644 (file)
@@ -143,5 +143,7 @@ _hb_fallback_shape (hb_shape_plan_t    *shape_plan HB_UNUSED,
   if (HB_DIRECTION_IS_BACKWARD (direction))
     hb_buffer_reverse (buffer);
 
+  buffer->safe_to_break_all ();
+
   return true;
 }