mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Make definition match declaration for AppendUCS4ToUTF16. Bug 316859, patch by
Greg Onufer <gonufer@yahoo.com>, r+sr=bzbarsky
This commit is contained in:
parent
6b6b0f28b6
commit
7d7e006845
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user