Eliminate some purify warnings
git-svn-id: svn://10.0.0.236/trunk@24490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
394624ea34
commit
4fc7bf9895
@ -50,6 +50,8 @@ nsHTMLReflowState::nsHTMLReflowState(nsIPresContext& aPresContext,
|
||||
availableWidth = aAvailableSpace.width;
|
||||
availableHeight = aAvailableSpace.height;
|
||||
rendContext = aRenderingContext;
|
||||
spaceManager = nsnull;
|
||||
lineLayout = nsnull;
|
||||
isTopOfPage = PR_FALSE;
|
||||
Init(aPresContext);
|
||||
}
|
||||
@ -71,6 +73,8 @@ nsHTMLReflowState::nsHTMLReflowState(nsIPresContext& aPresContext,
|
||||
availableWidth = aAvailableSpace.width;
|
||||
availableHeight = aAvailableSpace.height;
|
||||
rendContext = aRenderingContext;
|
||||
spaceManager = nsnull;
|
||||
lineLayout = nsnull;
|
||||
isTopOfPage = PR_FALSE;
|
||||
Init(aPresContext);
|
||||
}
|
||||
|
||||
@ -50,6 +50,8 @@ nsHTMLReflowState::nsHTMLReflowState(nsIPresContext& aPresContext,
|
||||
availableWidth = aAvailableSpace.width;
|
||||
availableHeight = aAvailableSpace.height;
|
||||
rendContext = aRenderingContext;
|
||||
spaceManager = nsnull;
|
||||
lineLayout = nsnull;
|
||||
isTopOfPage = PR_FALSE;
|
||||
Init(aPresContext);
|
||||
}
|
||||
@ -71,6 +73,8 @@ nsHTMLReflowState::nsHTMLReflowState(nsIPresContext& aPresContext,
|
||||
availableWidth = aAvailableSpace.width;
|
||||
availableHeight = aAvailableSpace.height;
|
||||
rendContext = aRenderingContext;
|
||||
spaceManager = nsnull;
|
||||
lineLayout = nsnull;
|
||||
isTopOfPage = PR_FALSE;
|
||||
Init(aPresContext);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user