зеркало из https://github.com/mozilla/gecko-dev.git
Fix various crashes by not trying to set the parent before we've initialized the frame. Bug 262054, r+sr=roc.
This commit is contained in:
Родитель
2966e5b957
Коммит
0e838f274d
|
@ -217,8 +217,6 @@ nsBoxFrame::Init(nsPresContext* aPresContext,
|
|||
nsStyleContext* aContext,
|
||||
nsIFrame* aPrevInFlow)
|
||||
{
|
||||
SetParent(aParent);
|
||||
|
||||
mPresContext = aPresContext;
|
||||
|
||||
nsresult rv = nsContainerFrame::Init(aPresContext, aContent, aParent, aContext, aPrevInFlow);
|
||||
|
|
Загрузка…
Ссылка в новой задаче