This commit is contained in:
mcafee%netscape.com 1999-03-19 00:20:02 +00:00
Родитель 3ed2a6f4f2
Коммит e777f67702
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -361,7 +361,7 @@ nsAreaFrame::IncrementalReflow(nsIPresContext& aPresContext,
{
nsIReflowCommand::ReflowType type;
nsIFrame* newFrames;
PRInt32 numFrames;
PRInt32 numFrames = 0;
// Get the type of reflow command
aReflowState.reflowCommand->GetType(type);

Просмотреть файл

@ -361,7 +361,7 @@ nsAreaFrame::IncrementalReflow(nsIPresContext& aPresContext,
{
nsIReflowCommand::ReflowType type;
nsIFrame* newFrames;
PRInt32 numFrames;
PRInt32 numFrames = 0;
// Get the type of reflow command
aReflowState.reflowCommand->GetType(type);