From e22242dc35b269c0d48e5417ff25860cd996fa5e Mon Sep 17 00:00:00 2001 From: "glazman%netscape.com" Date: Tue, 21 May 2002 13:33:25 +0000 Subject: [PATCH] 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 --- mozilla/content/html/style/src/nsCSSDeclaration.cpp | 2 +- mozilla/content/html/style/src/nsCSSStruct.cpp | 2 +- mozilla/layout/style/nsCSSDeclaration.cpp | 2 +- mozilla/layout/style/nsCSSStruct.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/content/html/style/src/nsCSSDeclaration.cpp b/mozilla/content/html/style/src/nsCSSDeclaration.cpp index 499f2e7da74..bd4f6f54489 100644 --- a/mozilla/content/html/style/src/nsCSSDeclaration.cpp +++ b/mozilla/content/html/style/src/nsCSSDeclaration.cpp @@ -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, diff --git a/mozilla/content/html/style/src/nsCSSStruct.cpp b/mozilla/content/html/style/src/nsCSSStruct.cpp index 499f2e7da74..bd4f6f54489 100644 --- a/mozilla/content/html/style/src/nsCSSStruct.cpp +++ b/mozilla/content/html/style/src/nsCSSStruct.cpp @@ -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, diff --git a/mozilla/layout/style/nsCSSDeclaration.cpp b/mozilla/layout/style/nsCSSDeclaration.cpp index 499f2e7da74..bd4f6f54489 100644 --- a/mozilla/layout/style/nsCSSDeclaration.cpp +++ b/mozilla/layout/style/nsCSSDeclaration.cpp @@ -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, diff --git a/mozilla/layout/style/nsCSSStruct.cpp b/mozilla/layout/style/nsCSSStruct.cpp index 499f2e7da74..bd4f6f54489 100644 --- a/mozilla/layout/style/nsCSSStruct.cpp +++ b/mozilla/layout/style/nsCSSStruct.cpp @@ -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,