Make definition match declaration for AppendUCS4ToUTF16. Bug 316859, patch by
Greg Onufer <gonufer@yahoo.com>, r+sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@185013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1169,7 +1169,7 @@ CompareUTF8toUTF16(const nsASingleFragmentCString& aUTF8String,
|
||||
|
||||
NS_COM
|
||||
void
|
||||
AppendUCS4ToUTF16(PRUint32 aSource, nsAString& aDest)
|
||||
AppendUCS4ToUTF16(const PRUint32 aSource, nsAString& aDest)
|
||||
{
|
||||
NS_ASSERTION(IS_VALID_CHAR(aSource), "Invalid UCS4 char");
|
||||
if (IS_IN_BMP(aSource))
|
||||
|
||||
Reference in New Issue
Block a user