mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 296fd9d50c25 (bug 1240985)
This commit is contained in:
parent
93fdfd7359
commit
9941c33940
@ -572,7 +572,7 @@ MessageChannel::Send(Message* aMsg)
|
||||
class CancelMessage : public IPC::Message
|
||||
{
|
||||
public:
|
||||
explicit CancelMessage(int transaction) :
|
||||
CancelMessage(int transaction) :
|
||||
IPC::Message(MSG_ROUTING_NONE, CANCEL_MESSAGE_TYPE, PRIORITY_NORMAL)
|
||||
{
|
||||
set_transaction_id(transaction);
|
||||
|
Loading…
Reference in New Issue
Block a user