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 edc0e29cbfbcb6c4337573752d52d28f015a9bb3..992fe5520218893422dbc9ba660282094e58741a 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
@@ -49,7 +49,8 @@ struct _hea |
static const hb_tag_t hheaTag = HB_OT_TAG_hhea; |
static const hb_tag_t vheaTag = HB_OT_TAG_vhea; |
- inline bool sanitize (hb_sanitize_context_t *c) { |
+ inline bool sanitize (hb_sanitize_context_t *c) const |
+ { |
TRACE_SANITIZE (this); |
return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); |
} |