From: Behdad Esfahbod Date: Sun, 26 Aug 2018 08:29:30 +0000 (-0700) Subject: Fixup X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c44b0caf0d0cddb7228dcec0b9d25bb62f641abc;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Fixup --- diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index f55df20..7d3c3ba 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -1630,7 +1630,7 @@ GPOS::position_finish_offsets (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) template /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) { - const PosLookup &l = hb_ot_face_data (c->face)->table.GPOS->get_lookup (lookup_index); + const PosLookup &l = _get_gpos (c->face)->get_lookup (lookup_index); return l.dispatch (c); }