mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove the unused PipelineExitType field from LayoutControlMsg::ExitNow.
This commit is contained in:
parent
f37b8e9f4d
commit
7d3f7220f7
3 changed files with 5 additions and 6 deletions
|
@ -492,7 +492,7 @@ impl LayoutTask {
|
|||
self.handle_request_helper(Msg::GetWebFontLoadState(sender),
|
||||
possibly_locked_rw_data)
|
||||
}
|
||||
LayoutControlMsg::ExitNow(_) => {
|
||||
LayoutControlMsg::ExitNow => {
|
||||
self.handle_request_helper(Msg::ExitNow,
|
||||
possibly_locked_rw_data)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue