This commit is contained in:
hyatt%netscape.com 1999-03-05 00:20:10 +00:00
Родитель 3b73ee04e2
Коммит c8fa3a8d4d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1274,7 +1274,7 @@ RDFTreeBuilderImpl::FindChildByTagAndResource(nsIContent* aElement,
return rv;
}
if (resource != aResource)
if (resource.get() != aResource)
continue; // not the resource we want
// Fount it!