зеркало из https://github.com/mozilla/gecko-dev.git
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
This commit is contained in:
Родитель
f5e1727591
Коммит
631e3e134a
|
@ -257,7 +257,7 @@ nsresult ArabicShaping(const PRUnichar* aString, PRUint32 aLen,
|
|||
PRBool aInputLogical, PRBool aOutputLogical)
|
||||
{
|
||||
nsAutoString tempString(aString, aLen);
|
||||
PRUnichar *tempBuf = NS_CONST_CAST(PRUnichar*, tempString.get());
|
||||
PRUnichar *tempBuf = tempString.BeginWriting();
|
||||
if (aInputLogical) {
|
||||
ReverseString(tempBuf, aLen);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче