зеркало из https://github.com/mozilla/pjs.git
Fix build bustage. I wonder why my gcc didn't catch this...
This commit is contained in:
Родитель
8fc58205ff
Коммит
f60775e3a4
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче