Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -71,7 +71,7 @@ nsresult nsUnicodeEncodeHelper::ConvertByTable(
|
||||
}
|
||||
}
|
||||
|
||||
PRBool charFound;
|
||||
bool charFound;
|
||||
if (aScanClass == uMultibytesCharset) {
|
||||
NS_ASSERTION(aShiftOutTable, "shift table missing");
|
||||
charFound = uGenerateShift(aShiftOutTable, 0, med,
|
||||
@@ -127,7 +127,7 @@ nsresult nsUnicodeEncodeHelper::ConvertByMultiTable(
|
||||
break;
|
||||
}
|
||||
|
||||
PRBool charFound;
|
||||
bool charFound;
|
||||
if (aScanClassArray[i] == uMultibytesCharset) {
|
||||
NS_ASSERTION(aShiftOutTable[i], "shift table missing");
|
||||
charFound = uGenerateShift(aShiftOutTable[i], 0, med,
|
||||
|
||||
Reference in New Issue
Block a user