mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1236635 - Fix compile error in IPC unit tests (r=jld)
This commit is contained in:
parent
70060ed6cb
commit
551d036e8e
@ -578,8 +578,8 @@ struct ParamTraits<mozilla::ipc::Endpoint<PFooSide>>
|
||||
!IPC::ReadParam(aMsg, aIter, &protocolId)) {
|
||||
return false;
|
||||
}
|
||||
aResult->mMode = mode;
|
||||
aResult->mProtocolId = protocolId;
|
||||
aResult->mMode = Channel::Mode(mode);
|
||||
aResult->mProtocolId = mozilla::ipc::ProtocolId(protocolId);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user