Bug 233463, patch 5 - Remove nsFrameList(nsIFrame*) ctor. r=bzbarsky
This commit is contained in:
@@ -1342,7 +1342,7 @@ static ForceReflow gForceReflow;
|
||||
void
|
||||
nsMathMLContainerFrame::SetIncrementScriptLevel(PRInt32 aChildIndex, PRBool aIncrement)
|
||||
{
|
||||
nsIFrame* child = nsFrameList(GetFirstChild(nsnull)).FrameAt(aChildIndex);
|
||||
nsIFrame* child = GetChildList(nsnull).FrameAt(aChildIndex);
|
||||
if (!child)
|
||||
return;
|
||||
nsIContent* content = child->GetContent();
|
||||
|
||||
Reference in New Issue
Block a user