зеркало из https://github.com/mozilla/pjs.git
fixes bug 262183 "FFTrunk and Trunk crash [@ nsSHEntry::GetChildAt]" r=biesi sr=bzbarsky
This commit is contained in:
Родитель
119a5c410d
Коммит
08ebfdeb90
|
@ -393,7 +393,9 @@ nsSHEntry::GetChildAt(PRInt32 aIndex, nsISHEntry ** aResult)
|
|||
{
|
||||
if (aIndex >= 0 && aIndex < mChildren.Count()) {
|
||||
*aResult = mChildren[aIndex];
|
||||
NS_ADDREF(*aResult);
|
||||
// yes, mChildren can have holes in it. AddChild's offset parameter makes
|
||||
// that possible.
|
||||
NS_IF_ADDREF(*aResult);
|
||||
} else {
|
||||
*aResult = nsnull;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче