mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
oops, the last patch was done by Boris Zbarsky and it was for bug 155957
This commit is contained in:
parent
237dde8e70
commit
16e0051121
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user