making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@65029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -223,7 +223,7 @@ nsDOMAttributeMap::GetNormalizedName(PRInt32 aNameSpaceID,
|
||||
|
||||
if (nsnull != prefix) {
|
||||
prefix->ToString(aAttrName);
|
||||
aAttrName.Append(":");
|
||||
aAttrName.AppendWithConversion(":");
|
||||
NS_RELEASE(prefix);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user