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

git-svn-id: svn://10.0.0.236/trunk@150563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bmlk%gmx.de 2003-12-20 12:19:41 +00:00
parent d241aaebac
commit 90820b7903

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()) {