зеркало из https://github.com/mozilla/gecko-dev.git
the previous var wasn't being set so it went down the wrong code path when adjusting
the child list for creating the fieldset. b=27151 r=kmcclusk
This commit is contained in:
Родитель
3b127beb67
Коммит
865fc222e1
|
@ -3714,6 +3714,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsIPresShell* aPresShell,
|
|||
break;
|
||||
}
|
||||
}
|
||||
previous = child;
|
||||
child->GetNextSibling(&child);
|
||||
}
|
||||
|
||||
|
|
|
@ -3714,6 +3714,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsIPresShell* aPresShell,
|
|||
break;
|
||||
}
|
||||
}
|
||||
previous = child;
|
||||
child->GetNextSibling(&child);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче