Windows bustage from bug 347183
git-svn-id: svn://10.0.0.236/trunk@206914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6d90c81694
commit
4875bfcb6f
@ -108,7 +108,7 @@ nsSimpleArrayEnumerator::GetNext(nsISupports** aResult)
|
||||
return mValueArray->QueryElementAt(mIndex++, NS_GET_IID(nsISupports), (void**)aResult);
|
||||
}
|
||||
|
||||
extern NS_COM nsresult
|
||||
nsresult
|
||||
NS_NewArrayEnumerator(nsISimpleEnumerator* *result,
|
||||
nsIArray* array)
|
||||
{
|
||||
@ -226,7 +226,7 @@ nsCOMArrayEnumerator::operator new (size_t size, const nsCOMArray_base& aArray)
|
||||
return result;
|
||||
}
|
||||
|
||||
extern NS_COM nsresult
|
||||
nsresult
|
||||
NS_NewArrayEnumerator(nsISimpleEnumerator* *aResult,
|
||||
const nsCOMArray_base& aArray)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user