fixing brad Tbox warning; b=142019, r=bzbarsky, sr=jst

git-svn-id: svn://10.0.0.236/trunk@121925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glazman%netscape.com
2002-05-21 13:33:25 +00:00
parent bc7394a43d
commit e22242dc35
4 changed files with 4 additions and 4 deletions

View File

@@ -5458,7 +5458,7 @@ nsCSSDeclaration::TryBorderShorthand(nsAString & aString, PRUint32 aPropertiesSe
PRInt32 aBorderRightStyle,
PRInt32 aBorderRightColor)
{
PRBool border = PR_FALSE, isImportant;
PRBool border = PR_FALSE, isImportant = PR_FALSE;
// 0 means not in the mOrder array; otherwise it's index+1
if (B_BORDER == aPropertiesSet
&& AllPropertiesSameValue(aBorderTopWidth, aBorderBottomWidth,