This commit is contained in:
dbaron@dbaron.org 2007-08-22 18:29:54 -07:00
Родитель 8518eb241c
Коммит 30d448d187
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);