Bug 453858 followup to fix orange. Hurray for tests!

This commit is contained in:
Boris Zbarsky 2008-09-11 01:37:09 -04:00
parent 4b1435f65d
commit 9f8afb4cb4

View File

@ -2204,7 +2204,7 @@ nsFormControlList::GetNodeAt(PRUint32 aIndex)
FlushPendingNotifications();
if (aIndex < mElements.Length()) {
mElements[aIndex];
return mElements[aIndex];
}
return nsnull;