Uninitialized variable.
git-svn-id: svn://10.0.0.236/trunk@24371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user