fix build bustage
git-svn-id: svn://10.0.0.236/trunk@230999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7d38301c59
commit
8bb08f2a44
@ -355,7 +355,7 @@ IdAndNameMapEntryTraverse(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
||||
if (entry->mNameContentList != NAME_NOT_VALID)
|
||||
cb->NoteXPCOMChild(entry->mNameContentList);
|
||||
|
||||
cb->NoteXPCOMChild(entry->mDocAllList);
|
||||
cb->NoteXPCOMChild(static_cast<nsIDOMNodeList*>entry->mDocAllList);
|
||||
|
||||
return PL_DHASH_NEXT;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user