зеркало из https://github.com/mozilla/gecko-dev.git
Fixed mac compile bug.
This commit is contained in:
Родитель
c7e68db0fb
Коммит
4fd09ecce6
|
@ -297,7 +297,8 @@ nsBoxFrame::FlowChildren(nsIPresContext& aPresContext,
|
||||||
//-----------------------------------
|
//-----------------------------------
|
||||||
|
|
||||||
PRBool resized[100];
|
PRBool resized[100];
|
||||||
for (int i=0; i < mSpringCount; i++)
|
int i;
|
||||||
|
for (i=0; i < mSpringCount; i++)
|
||||||
resized[i] = PR_FALSE;
|
resized[i] = PR_FALSE;
|
||||||
|
|
||||||
PRBool finished;
|
PRBool finished;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче