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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user