зеркало из https://github.com/mozilla/gecko-dev.git
Uninitialized variable.
This commit is contained in:
Родитель
3ed2a6f4f2
Коммит
e777f67702
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче