Changed GetParent() to use ** instead of *&
git-svn-id: svn://10.0.0.236/trunk@20205 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -999,7 +999,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext& aPresContext,
|
||||
mStyleContext->GetPseudoType(pseudoTag);
|
||||
if (pseudoTag == nsHTMLAtoms::scrolledContentPseudo) {
|
||||
nsIFrame* scrollFrame;
|
||||
GetParent(scrollFrame);
|
||||
GetParent(&scrollFrame);
|
||||
const nsStyleDisplay *display;
|
||||
scrollFrame->GetStyleData(eStyleStruct_Display, ((const nsStyleStruct *&)display));
|
||||
if ((NS_STYLE_OVERFLOW_SCROLL == display->mOverflow) ||
|
||||
|
||||
Reference in New Issue
Block a user