Fix a compile warning. b=399694 r+sr=dbaron a1.9=damons

git-svn-id: svn://10.0.0.236/trunk@247905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mats.palmgren%bredband.net 2008-03-15 09:01:36 +00:00
parent a71e1473a0
commit 09a4f31f07

View File

@ -8880,8 +8880,7 @@ PRBool NotifyListBoxBody(nsPresContext* aPresContext,
}
PRInt32 namespaceID;
nsIAtom* tag =
aDocument->BindingManager()->ResolveTag(aContainer, &namespaceID);
aDocument->BindingManager()->ResolveTag(aContainer, &namespaceID);
// XBL form control cruft... should that really be testing that the
// namespace is XUL? Seems odd...