mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
removed var decl to remove warning
This commit is contained in:
parent
71fea30e97
commit
8a11953745
@ -506,7 +506,7 @@ void nsFormFrame::AddFormControlFrame(nsIPresContext* aPresContext, nsIFormContr
|
||||
// gets the name of the radio group and the group
|
||||
nsRadioControlGroup * group;
|
||||
nsAutoString name;
|
||||
nsresult rv = GetRadioInfo(&aFrame, name, group);
|
||||
rv = GetRadioInfo(&aFrame, name, group);
|
||||
if (NS_SUCCEEDED(rv) && nsnull != group) {
|
||||
group->AddRadio(radioFrame);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user