From 830c0ec21436e31d6d9144ff6b457f5974b9a39e Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Wed, 17 May 2006 02:38:42 +0000 Subject: [PATCH] Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine --- layout/inspector/src/inFlasher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/inspector/src/inFlasher.cpp b/layout/inspector/src/inFlasher.cpp index c0d941a4734d..636b2a08b0df 100644 --- a/layout/inspector/src/inFlasher.cpp +++ b/layout/inspector/src/inFlasher.cpp @@ -188,7 +188,7 @@ inFlasher::DrawElementOutline(nsIDOMElement* aElement) rcontext->InvertRect(rect); } - frame->GetNextInFlow(&frame); + frame = frame->GetNextInFlow(); PRBool isLastFrame = (frame == nsnull); DrawOutline(rect.x, rect.y, rect.width, rect.height, p2t, rcontext,