зеркало из https://github.com/mozilla/pjs.git
Bug 342133 - "xmlhttprequest.send doesn't work in nativeuconv builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=smontagu a1.9=beltzner]
This commit is contained in:
Родитель
0971a49e50
Коммит
6e4f77893e
|
@ -255,7 +255,7 @@ IConvAdaptor::SetOutputErrorBehavior(PRInt32 aBehavior,
|
|||
mReplaceOnError = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
else if (aBehavior != nsIUnicodeEncoder::kOnError_Replace) {
|
||||
else if (aBehavior == nsIUnicodeEncoder::kOnError_Replace) {
|
||||
mReplaceOnError = PR_TRUE;
|
||||
mReplaceChar = aChar;
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче