oops, the last patch was done by Boris Zbarsky and it was for bug 155957

This commit is contained in:
bmlk%gmx.de 2003-12-20 12:19:41 +00:00
parent 237dde8e70
commit 16e0051121

View File

@ -2712,7 +2712,7 @@ nsGenericHTMLElement::GetFormControlFrameFor(nsIContent* aContent,
}
// If we have generated content, the primary frame will be a
// wrapper frame.. out real frame will be in its child list.
// wrapper frame.. out real frame will be in its child list.
for (frame->FirstChild(frame->GetPresContext(), nsnull, &frame);
frame;
frame = frame->GetNextSibling()) {