fixed TRACE build failure

This commit is contained in:
Michiharu Ariza 2018-08-10 13:07:53 -07:00
parent a97ed342d1
commit 145f371d71
1 changed files with 1 additions and 1 deletions

View File

@ -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);