| Index: third_party/harfbuzz-ng/src/hb-common.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-common.cc b/third_party/harfbuzz-ng/src/hb-common.cc
|
| index e091190091117d699dab92c0969808feadb0b415..140ee0a57376f94d04b90ff627c4bcf64f149c78 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-common.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-common.cc
|
| @@ -540,7 +540,7 @@ hb_user_data_array_t::set (hb_user_data_key_t *key,
|
| void *
|
| hb_user_data_array_t::get (hb_user_data_key_t *key)
|
| {
|
| - hb_user_data_item_t item = {NULL };
|
| + hb_user_data_item_t item = {NULL, NULL, NULL};
|
|
|
| return items.find (key, &item, lock) ? item.data : NULL;
|
| }
|
|
|