This commit is contained in:
dbaron%fas.harvard.edu 2002-01-16 04:48:24 +00:00
Родитель 8dc27f323f
Коммит 576dd5d5d9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -349,7 +349,7 @@ class nsNonDestructingSharedBufferHandle
{
// Oops, threads raced to set the refcount. Set the refcount
// back to 1.
set_refcount(1);
this->set_refcount(1);
}
};

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

@ -349,7 +349,7 @@ class nsNonDestructingSharedBufferHandle
{
// Oops, threads raced to set the refcount. Set the refcount
// back to 1.
set_refcount(1);
this->set_refcount(1);
}
};