From f714d72a5079cbdd8bbe63f6479faca1a6b2973d Mon Sep 17 00:00:00 2001 From: David Bolter Date: Tue, 18 Oct 2011 15:04:46 -0400 Subject: [PATCH] Backout 783daf190579 (Bug 680085). Could be causing talos deviation. --- layout/generic/nsTextFrameThebes.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layout/generic/nsTextFrameThebes.cpp b/layout/generic/nsTextFrameThebes.cpp index 9a491fb01c4..4715445d46b 100644 --- a/layout/generic/nsTextFrameThebes.cpp +++ b/layout/generic/nsTextFrameThebes.cpp @@ -7608,11 +7608,6 @@ nsresult nsTextFrame::GetRenderedText(nsAString* aAppendToString, textFrame = static_cast(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)