Index: third_party/harfbuzz-ng/src/hb-open-type-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-open-type-private.hh b/third_party/harfbuzz-ng/src/hb-open-type-private.hh |
index 046df976596a8caea3fac16f3ca501a4d664941e..475187bae31b5055707cab23d4b54d3a1a1fc1ba 100644 |
--- a/third_party/harfbuzz-ng/src/hb-open-type-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-open-type-private.hh |
@@ -289,7 +289,7 @@ template <typename Type> |
struct Sanitizer |
{ |
static hb_blob_t *sanitize (hb_blob_t *blob) { |
- hb_sanitize_context_t c[1] = {{0}}; |
+ hb_sanitize_context_t c[1] = {{0, NULL, NULL, false, 0, NULL}}; |
bool sane; |
/* TODO is_sane() stuff */ |