Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine

This commit is contained in:
roc+%cs.cmu.edu 2006-05-17 02:38:42 +00:00
parent da31ff4189
commit 830c0ec214

View File

@ -188,7 +188,7 @@ inFlasher::DrawElementOutline(nsIDOMElement* aElement)
rcontext->InvertRect(rect); rcontext->InvertRect(rect);
} }
frame->GetNextInFlow(&frame); frame = frame->GetNextInFlow();
PRBool isLastFrame = (frame == nsnull); PRBool isLastFrame = (frame == nsnull);
DrawOutline(rect.x, rect.y, rect.width, rect.height, p2t, rcontext, DrawOutline(rect.x, rect.y, rect.width, rect.height, p2t, rcontext,