aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-05 01:27:48 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-05 01:27:48 -0700
commit65ee8166bd64e911502e29a050258b70d9f263aa (patch)
treece07cf4b6d71f25c645db60d972993ec29755d11 /components/script/script_task.rs
parent499d17f564d699e5e290e8a3859f64e7536827a7 (diff)
parente6b2715186b456b2d64fce20b95f2fa720d20300 (diff)
downloadservo-65ee8166bd64e911502e29a050258b70d9f263aa.tar.gz
servo-65ee8166bd64e911502e29a050258b70d9f263aa.zip
auto merge of #4548 : Ms2ger/servo/cleanup, r=Manishearth
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 2b192c75587..88e6ed860a5 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -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);
}
}