Missing * bad. Bug 453858

This commit is contained in:
Boris Zbarsky 2008-09-11 02:13:34 -04:00
parent 18f14fbd2a
commit e3f997d206

View File

@ -2247,7 +2247,7 @@ nsFormControlList::AddElementToTable(nsIFormControl* aChild,
list->AppendElement(newChild);
nsCOMPtr<nsISupports> listSupports =
do_QueryInterface(static_cast<nsIDOMNodeList>(list));
do_QueryInterface(static_cast<nsIDOMNodeList*>(list));
// Replace the element with the list.
NS_ENSURE_TRUE(mNameLookupTable.Put(aName, listSupports),