diff --git a/mozilla/layout/base/nsCSSFrameConstructor.cpp b/mozilla/layout/base/nsCSSFrameConstructor.cpp index b42b2a69b6a..8617446ed80 100644 --- a/mozilla/layout/base/nsCSSFrameConstructor.cpp +++ b/mozilla/layout/base/nsCSSFrameConstructor.cpp @@ -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...