diff --git a/src/hb-ot-cff-common-private.hh b/src/hb-ot-cff-common-private.hh index 92667653f..d5d1ec494 100644 --- a/src/hb-ot-cff-common-private.hh +++ b/src/hb-ot-cff-common-private.hh @@ -210,7 +210,7 @@ struct ByteStr inline bool serialize (hb_serialize_context_t *c, const ByteStr &src) { - TRACE_SANITIZE (this); + TRACE_SERIALIZE (this); HBUINT8 *dest = c->allocate_size (src.len); if (unlikely (dest == nullptr)) return_trace (false);