mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove the unused PipelineExitType field from ChromeToPaintMsg::Exit.
This commit is contained in:
parent
ffffc5f065
commit
f37b8e9f4d
2 changed files with 4 additions and 5 deletions
|
@ -276,8 +276,7 @@ impl Pipeline {
|
|||
|
||||
pub fn force_exit(&self) {
|
||||
let _ = self.script_chan.send(ConstellationControlMsg::ExitPipeline(self.id)).unwrap();
|
||||
let _ = self.chrome_to_paint_chan.send(ChromeToPaintMsg::Exit(
|
||||
PipelineExitType::PipelineOnly));
|
||||
let _ = self.chrome_to_paint_chan.send(ChromeToPaintMsg::Exit);
|
||||
let LayoutControlChan(ref layout_channel) = self.layout_chan;
|
||||
let _ = layout_channel.send(
|
||||
LayoutControlMsg::ExitNow(PipelineExitType::PipelineOnly)).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue