Index: third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
index 992fe5520218893422dbc9ba660282094e58741a..24114534a71809beaf33bbaa747fefd326589b20 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
@@ -52,7 +52,7 @@ struct _hea |
inline bool sanitize (hb_sanitize_context_t *c) const |
{ |
TRACE_SANITIZE (this); |
- return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); |
+ return_trace (c->check_struct (this) && likely (version.major == 1)); |
} |
public: |