This commit is contained in:
dbaron%dbaron.org 2007-08-23 01:29:54 +00:00
Родитель 364fa5ffc3
Коммит 9b71a1692b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1127,7 +1127,7 @@ public:
PtrInfo* AddNode(void *s, nsCycleCollectionParticipant *aParticipant,
PRUint32 aLangID)
{
AddNode(s, aParticipant);
return AddNode(s, aParticipant);
}
#endif
void Traverse(PtrInfo* aPtrInfo);