diff options
author | Job Bautista <jobbautista9@aol.com> | 2023-04-30 21:20:06 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@aol.com> | 2023-04-30 21:20:06 +0800 |
commit | 4a2aae060fe292dfd3104fd6447276523df2c813 (patch) | |
tree | 45fc44b15366c9cc4588651ea633dd77ce755f3e /layout | |
parent | 4d4d8cfc9f73d48208afcfde9216fcddf9aecec3 (diff) | |
download | uxp-4a2aae060fe292dfd3104fd6447276523df2c813.tar.gz |
Issue #1862 - Follow-up: Replace deprecated Harfbuzz functions with current ones.
Based on Mozilla bug 1500356.
Diffstat (limited to 'layout')
-rw-r--r-- | layout/media/symbols.def.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index d604e5b14b..2ad49cbfcf 100644 --- a/layout/media/symbols.def.in +++ b/layout/media/symbols.def.in @@ -658,9 +658,9 @@ hb_ot_layout_language_get_feature_tags hb_ot_layout_language_get_required_feature_index hb_ot_layout_lookup_collect_glyphs hb_ot_layout_script_get_language_tags -hb_ot_layout_table_choose_script hb_ot_layout_table_find_script hb_ot_layout_table_get_script_tags +hb_ot_layout_table_select_script hb_ot_math_get_constant hb_ot_math_get_glyph_assembly hb_ot_math_get_glyph_italics_correction @@ -668,7 +668,7 @@ hb_ot_math_get_glyph_variants hb_ot_math_has_data hb_ot_tag_to_language hb_ot_tag_to_script -hb_ot_tags_from_script +hb_ot_tags_from_script_and_language hb_set_add hb_set_clear hb_set_create |