Backed out 3 changesets (bug 1719554) for causing bustages complaining about gfxTextRun.cpp.

Backed out changeset 6181e40d4da1 (bug 1719554)
Backed out changeset c261ede6ae81 (bug 1719554)
Backed out changeset 221ec418475c (bug 1719554)
This commit is contained in:
Butkovits Atila
2021-12-04 00:58:15 +02:00
parent b7500d4b6a
commit c0faf95b7f
41 changed files with 479 additions and 587 deletions

View File

@@ -177,8 +177,7 @@ enum HSType {
};
static HSType GetHangulSyllableType(uint32_t aCh) {
return HSType(intl::UnicodeProperties::GetIntPropertyValue(
aCh, intl::UnicodeProperties::IntProperty::HangulSyllableType));
return HSType(u_getIntPropertyValue(aCh, UCHAR_HANGUL_SYLLABLE_TYPE));
}
void ClusterIterator::Next() {