зеркало из https://github.com/mozilla/pjs.git
fix build bustage
This commit is contained in:
Родитель
128a160322
Коммит
14afd7785e
|
@ -87,7 +87,7 @@ nsCOMArray_base::ReplaceObjectAt(nsISupports* aObject, PRInt32 aIndex)
|
||||||
{
|
{
|
||||||
// its ok if oldObject is null here
|
// its ok if oldObject is null here
|
||||||
nsISupports *oldObject =
|
nsISupports *oldObject =
|
||||||
NS_REINTERPRET_CAST(nsISupports*, mArrray.SafeElementAt(aIndex));
|
NS_REINTERPRET_CAST(nsISupports*, mArray.SafeElementAt(aIndex));
|
||||||
|
|
||||||
PRBool result = mArray.ReplaceElementAt(aObject, aIndex);
|
PRBool result = mArray.ReplaceElementAt(aObject, aIndex);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче