mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990598 - [e10s] Disable CPOW timeouts (r=jimm)
This commit is contained in:
parent
64a86772b7
commit
921c69a653
@ -1157,10 +1157,6 @@ ContentParent::OnChannelConnected(int32_t pid)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// Set a reply timeout. The only time the parent process will actually
|
||||
// timeout is through urgent messages (which are used by CPOWs).
|
||||
SetReplyTimeoutMs(Preferences::GetInt("dom.ipc.cpow.timeout", 3000));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user