mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove the unused native argument from spawn_named_with_send_on_failure.
This commit is contained in:
parent
76b0e2d3c7
commit
c4e44b568a
4 changed files with 4 additions and 5 deletions
|
@ -314,7 +314,7 @@ impl ScriptTaskFactory for ScriptTask {
|
|||
|
||||
// This must always be the very last operation performed before the task completes
|
||||
failsafe.neuter();
|
||||
}, ConstellationMsg::Failure(failure_msg), const_chan, false);
|
||||
}, ConstellationMsg::Failure(failure_msg), const_chan);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue