зеркало из https://github.com/mozilla/pjs.git
Eliminate some purify warnings
This commit is contained in:
Родитель
1621e4d7ce
Коммит
1a9b373e56
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче