fixed TRACE build failure
This commit is contained in:
parent
a97ed342d1
commit
145f371d71
|
@ -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<HBUINT8> (src.len);
|
||||
if (unlikely (dest == nullptr))
|
||||
return_trace (false);
|
||||
|
|
Loading…
Reference in New Issue