зеркало из https://github.com/mozilla/pjs.git
bug 538633 - don't use nsDependentSubstring explicetly, r=neil
This commit is contained in:
Родитель
f9565a8d7f
Коммит
b0fcfff2a3
|
@ -339,7 +339,7 @@ nsHTMLListBulletAccessible::AppendTextTo(nsAString& aText, PRUint32 aStartOffset
|
|||
if (aLength > maxLength) {
|
||||
aLength = maxLength;
|
||||
}
|
||||
aText += nsDependentSubstring(mBulletText, aStartOffset, aLength);
|
||||
aText += Substring(mBulletText, aStartOffset, aLength);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче