| Index: third_party/harfbuzz/contrib/harfbuzz-unicode.c
|
| diff --git a/third_party/harfbuzz/contrib/harfbuzz-unicode.c b/third_party/harfbuzz/contrib/harfbuzz-unicode.c
|
| index f2185dc6fb693967910777f6b7504139ca9e06da..86458d04b7f78342efcad376fcdfbea9a27b3c12 100644
|
| --- a/third_party/harfbuzz/contrib/harfbuzz-unicode.c
|
| +++ b/third_party/harfbuzz/contrib/harfbuzz-unicode.c
|
| @@ -264,24 +264,7 @@ HB_GetMirroredChar(HB_UChar16 ch) {
|
| }
|
|
|
| void *
|
| -HB_Library_Resolve(const char *library, const char *symbol) {
|
| +HB_Library_Resolve(const char *library, int version, const char *symbol) {
|
| abort();
|
| return NULL;
|
| }
|
| -
|
| -void *
|
| -HB_TextCodecForMib(int mib) {
|
| - abort();
|
| - return NULL;
|
| -}
|
| -
|
| -char *
|
| -HB_TextCodec_ConvertFromUnicode(void *codec, const HB_UChar16 *unicode, hb_uint32 length, hb_uint32 *outputLength) {
|
| - abort();
|
| - return NULL;
|
| -}
|
| -
|
| -void
|
| -HB_TextCodec_FreeResult(char *v) {
|
| - abort();
|
| -}
|
|
|