зеркало из https://github.com/mozilla/pjs.git
OS/2 TB break - forgot a false
This commit is contained in:
Родитель
362262bbda
Коммит
6d3e58062c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче