Fix mac bustage.
git-svn-id: svn://10.0.0.236/trunk@183932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
27c8264793
commit
8779c527a0
@ -349,7 +349,7 @@ nsVoidArray::SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const
|
||||
}
|
||||
}
|
||||
|
||||
inline void* nsVoidArray::ElementAt(PRInt32 aIndex) const
|
||||
void* nsVoidArray::ElementAt(PRInt32 aIndex) const
|
||||
{
|
||||
if (aIndex < 0 || aIndex >= Count())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user