Bug 1184282 - Remove break suggested inside cluster warning. r=roc

This commit is contained in:
Eric Rahm 2015-07-16 16:43:04 -07:00
Родитель 477fcc3cb4
Коммит 1593d2cf90
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -217,7 +217,6 @@ gfxTextRun::SetPotentialLineBreaks(uint32_t aStart, uint32_t aLength,
if (canBreak && !charGlyphs[i].IsClusterStart()) {
// This can happen ... there is no guarantee that our linebreaking rules
// align with the platform's idea of what constitutes a cluster.
NS_WARNING("Break suggested inside cluster!");
canBreak = CompressedGlyph::FLAG_BREAK_TYPE_NONE;
}
changed |= charGlyphs[i].SetCanBreakBefore(canBreak);