| Index: third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| index a0e3855a8492719be06ee89b0d76581a5d7e53ee..49056e67691d2f3158ab6740425074140475b18e 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| @@ -62,7 +62,7 @@ struct _mtx
|
| TRACE_SANITIZE (this);
|
| /* We don't check for anything specific here. The users of the
|
| * struct do all the hard work... */
|
| - return TRACE_RETURN (true);
|
| + return_trace (true);
|
| }
|
|
|
| public:
|
|
|