Bug 1235489 - Remove assertion which is breakable when reflow is interrupted. r=jfkthame

--HG--
extra : source : 34c7ffa581012f771b1324df3f7a7ab95be40c29
This commit is contained in:
Xidorn Quan 2015-12-31 10:50:32 +11:00
Родитель 04d0440880
Коммит 83d158dae8
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -6204,7 +6204,6 @@ nsTextFrame::DrawEmphasisMarks(gfxContext* aContext, WritingMode aWM,
auto info = static_cast<const EmphasisMarkInfo*>(
Properties().Get(EmphasisMarkProperty()));
if (!info) {
MOZ_ASSERT(!StyleText()->HasTextEmphasis());
return;
}