| Index: third_party/harfbuzz-ng/src/hb-glib.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-glib.cc b/third_party/harfbuzz-ng/src/hb-glib.cc
|
| index e203524754c2023f390c3da727ca46cd8fa20616..2b91b5b6511c962b726cdc25e2e3e93697c4c56f 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-glib.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-glib.cc
|
| @@ -382,6 +382,7 @@ hb_glib_get_unicode_funcs (void)
|
| return const_cast<hb_unicode_funcs_t *> (&_hb_glib_unicode_funcs);
|
| }
|
|
|
| +#if GLIB_CHECK_VERSION(2,31,10)
|
| /**
|
| * hb_glib_blob_create:
|
| *
|
| @@ -398,3 +399,4 @@ hb_glib_blob_create (GBytes *gbytes)
|
| g_bytes_ref (gbytes),
|
| (hb_destroy_func_t) g_bytes_unref);
|
| }
|
| +#endif
|
|
|