Eliminate some purify warnings

git-svn-id: svn://10.0.0.236/trunk@24490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-03-19 23:06:42 +00:00
parent 394624ea34
commit 4fc7bf9895
2 changed files with 8 additions and 0 deletions

View File

@ -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);
}

View File

@ -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);
}