Bug 1194259: nsresult != NS_IMETHODIMP rs=bustage

This commit is contained in:
Randell Jesup 2016-01-22 04:32:50 -05:00
parent d9ebf61974
commit 02da63c00b

View File

@ -1133,7 +1133,7 @@ NS_IMETHODIMP NrUdpSocketIpc::CallListenerReceivedData(const nsACString &host,
return NS_OK;
}
NS_IMETHODIMP NrUdpSocketIpc::SetAddress() {
nsresult NrUdpSocketIpc::SetAddress() {
uint16_t port;
if (NS_FAILED(socket_child_->GetLocalPort(&port))) {
err_ = true;