mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 453858 followup to fix orange. Hurray for tests!
This commit is contained in:
parent
4b1435f65d
commit
9f8afb4cb4
@ -2204,7 +2204,7 @@ nsFormControlList::GetNodeAt(PRUint32 aIndex)
|
|||||||
FlushPendingNotifications();
|
FlushPendingNotifications();
|
||||||
|
|
||||||
if (aIndex < mElements.Length()) {
|
if (aIndex < mElements.Length()) {
|
||||||
mElements[aIndex];
|
return mElements[aIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
return nsnull;
|
return nsnull;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user