mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Added return type to fix build bustage
This commit is contained in:
parent
b8427bd456
commit
a71561f847
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
||||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
||||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user