mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPipeline.
This commit is contained in:
parent
ef20972023
commit
85a762a31a
3 changed files with 5 additions and 7 deletions
|
@ -839,7 +839,7 @@ impl ScriptTask {
|
|||
|
||||
let result = self.profile_event(category, move || {
|
||||
match msg {
|
||||
MixedMessage::FromConstellation(ConstellationControlMsg::ExitPipeline(id, _)) => {
|
||||
MixedMessage::FromConstellation(ConstellationControlMsg::ExitPipeline(id)) => {
|
||||
if self.handle_exit_pipeline_msg(id) {
|
||||
return Some(false)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue