Ongoing deCOMtamination. r+sr=dbaron

This commit is contained in:
roc+@cs.cmu.edu
2003-06-29 03:43:05 +00:00
parent 5c9b61d9b0
commit dc58ced898
17 changed files with 228 additions and 416 deletions

View File

@@ -233,7 +233,7 @@ nsHTMLReflowCommand::List(FILE* out) const
// state at this point.
if (mTargetFrame) {
PRBool didOne = PR_FALSE;
for (nsIFrame* f = mTargetFrame; nsnull != f; f->GetParent(&f)) {
for (nsIFrame* f = mTargetFrame; f; f = f->GetParent()) {
if (f != mTargetFrame) {
fprintf(out, " ");
nsFrame::ListTag(out, f);