| Index: third_party/harfbuzz-ng/src/hb-set-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-set-private.hh b/third_party/harfbuzz-ng/src/hb-set-private.hh
|
| index 705f554ce698c4ff70e01d892032ee65171dc6ec..59e8f4559f5921e1ccaf766c421bbb0cc0f58df2 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-set-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-set-private.hh
|
| @@ -150,7 +150,7 @@ struct hb_set_t
|
| bool in_error;
|
|
|
| inline void init (void) {
|
| - header.init ();
|
| + hb_object_init (this);
|
| clear ();
|
| }
|
| inline void fini (void) {
|
|
|