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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user