bug 736210 - fix bug in nsCaseTransformTextRunFactory surrogate handling. r=smontagu
This commit is contained in:
@@ -407,7 +407,7 @@ nsCaseTransformTextRunFactory::RebuildTextRun(nsTransformedTextRun* aTextRun,
|
||||
convertedString.Append(H_SURROGATE(ch));
|
||||
convertedString.Append(L_SURROGATE(ch));
|
||||
i++;
|
||||
charsToMergeArray.AppendElement(true);
|
||||
charsToMergeArray.AppendElement(false);
|
||||
styleArray.AppendElement(styles[i]);
|
||||
canBreakBeforeArray.AppendElement(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user