Fix build bustage. I wonder why my gcc didn't catch this...

This commit is contained in:
bzbarsky%mit.edu 2003-11-17 21:41:13 +00:00
Родитель 8fc58205ff
Коммит f60775e3a4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1034,7 +1034,7 @@ MarkForDeath(PLDHashTable* aTable, PLDHashEntryHdr* aHdr, PRUint32 aNumber, void
return PL_DHASH_NEXT; // Already marked for death.
nsCAutoString path;
nsIURI* uri = binding->DocURI()->GetPath(path);
binding->DocURI()->GetPath(path);
if (!strncmp(path.get(), "/skin", 5))
binding->MarkForDeath();