зеркало из https://github.com/mozilla/pjs.git
Fix mac bustage.
This commit is contained in:
Родитель
15c17672e2
Коммит
67627ecc3a
|
@ -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())
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче