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 317854ce7f8583e8255c06e3d42a485272d707a8..a0e3855a8492719be06ee89b0d76581a5d7e53ee 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
@@ -57,7 +57,8 @@ struct _mtx |
static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx; |
static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx; |
- inline bool sanitize (hb_sanitize_context_t *c) { |
+ inline bool sanitize (hb_sanitize_context_t *c) const |
+ { |
TRACE_SANITIZE (this); |
/* We don't check for anything specific here. The users of the |
* struct do all the hard work... */ |