зеркало из https://github.com/mozilla/gecko-dev.git
OS/2 TB break - forgot a false
This commit is contained in:
Родитель
ec2f86824c
Коммит
d55543cda7
|
@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
|
|||
short structType = aSID - 1;
|
||||
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
|
||||
if (gStructPointer[structType][structIndex] == aStyleStruct) {
|
||||
gStructBusy[structType][structIndex] = false;
|
||||
gStructBusy[structType][structIndex] = PR_FALSE;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
|
|||
short structType = aSID - 1;
|
||||
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
|
||||
if (gStructPointer[structType][structIndex] == aStyleStruct) {
|
||||
gStructBusy[structType][structIndex] = false;
|
||||
gStructBusy[structType][structIndex] = PR_FALSE;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче