diff --git a/src/hb-aat-layout.cc b/src/hb-aat-layout.cc index 696dd355838e03dc89f6d655e7bfaf813e964401..405aafccb81c5c5602b4266de9fb4c1957e0fbc8 100644 --- a/src/hb-aat-layout.cc +++ b/src/hb-aat-layout.cc @@ -61,9 +61,7 @@ _get_morx (hb_face_t *face, hb_blob_t **blob = nullptr) // static inline void // _hb_aat_layout_create (hb_face_t *face) // { -// OT::Sanitizer sanitizer; -// sanitizer.set_num_glyphs (face->get_num_glyphs ()); -// hb_blob_t *morx_blob = sanitizer.sanitize (face->reference_table (HB_AAT_TAG_morx)); +// hb_blob_t *morx_blob = OT::hb_sanitize_context_t().reference_table (face); // morx_blob->as (); // if (0)