OS/2 TB break - forgot a false
git-svn-id: svn://10.0.0.236/trunk@93814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user