aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-08-06 09:43:42 +0200
committerMs2ger <ms2ger@gmail.com>2014-08-06 09:43:42 +0200
commite942cd901ef6b01635f40c7650216af65ecaf57f (patch)
tree960cd3953769254ac369b596866ac699af07e025 /src/components/script/script_task.rs
parent541f22ade61a6abe7304e07f99d9ba73e7a609b1 (diff)
parentd6798e4a397a8493ada4806f0320623a21b75bd4 (diff)
downloadservo-e942cd901ef6b01635f40c7650216af65ecaf57f.tar.gz
servo-e942cd901ef6b01635f40c7650216af65ecaf57f.zip
Merge pull request #3000 from Ms2ger/rendertask
Use spawn_named_with_send_on_failure for the RenderTask; r=Manishearth
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r--src/components/script/script_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs
index 5c6ade2b939..8a9e022312e 100644
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -321,7 +321,7 @@ impl ScriptTask {
// This must always be the very last operation performed before the task completes
failsafe.neuter();
- }, FailureMsg(failure_msg), const_chan);
+ }, FailureMsg(failure_msg), const_chan, false);
}
/// Handle incoming control messages.