Backout 783daf190579 (Bug 680085). Could be causing talos deviation.

This commit is contained in:
David Bolter 2011-10-18 15:04:46 -04:00
Родитель b0e2fe4eb6
Коммит d1d56d3152
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -7608,11 +7608,6 @@ nsresult nsTextFrame::GetRenderedText(nsAString* aAppendToString,
textFrame = static_cast<nsTextFrame*>(textFrame->GetNextContinuation())) {
// For each text frame continuation in this block ...
if (textFrame->GetStateBits() & NS_FRAME_IS_DIRTY) {
// We don't trust dirty frames, expecially when computing rendered text.
break;
}
// Ensure the text run and grab the gfxSkipCharsIterator for it
gfxSkipCharsIterator iter = textFrame->EnsureTextRun();
if (!textFrame->mTextRun)