From b450a2a271dec7f5a628fecb37457487fb89ea73 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 3 May 2001 18:05:27 +0000 Subject: [PATCH] OS/2 TB break - forgot a false git-svn-id: svn://10.0.0.236/trunk@93814 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/src/nsStyleContext.cpp | 2 +- mozilla/layout/style/nsStyleContext.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/base/src/nsStyleContext.cpp b/mozilla/content/base/src/nsStyleContext.cpp index 97e15d70c4e..04d1faeddb6 100644 --- a/mozilla/content/base/src/nsStyleContext.cpp +++ b/mozilla/content/base/src/nsStyleContext.cpp @@ -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; } } diff --git a/mozilla/layout/style/nsStyleContext.cpp b/mozilla/layout/style/nsStyleContext.cpp index 97e15d70c4e..04d1faeddb6 100644 --- a/mozilla/layout/style/nsStyleContext.cpp +++ b/mozilla/layout/style/nsStyleContext.cpp @@ -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; } }