aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-11-05 16:29:07 +0100
committerMs2ger <Ms2ger@gmail.com>2015-11-05 16:32:44 +0100
commit85a762a31ad4a8f4c108ba1969f5b16b84a24b15 (patch)
treeb510b64b43df78a8302f81919c7811b7b46ce225 /components/script/script_task.rs
parentef20972023aef0a57e7128db8817415dea4819d9 (diff)
downloadservo-85a762a31ad4a8f4c108ba1969f5b16b84a24b15.tar.gz
servo-85a762a31ad4a8f4c108ba1969f5b16b84a24b15.zip
Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPipeline.
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 3949f7f2b8a..d463d1d8107 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -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)
}