mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1194259: nsresult != NS_IMETHODIMP rs=bustage
This commit is contained in:
parent
d9ebf61974
commit
02da63c00b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user