aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout_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/layout/layout_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/layout/layout_task.rs')
-rw-r--r--src/components/layout/layout_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/layout_task.rs b/src/components/layout/layout_task.rs
index c40ed74f342..8be01717035 100644
--- a/src/components/layout/layout_task.rs
+++ b/src/components/layout/layout_task.rs
@@ -304,7 +304,7 @@ impl LayoutTaskFactory for LayoutTask {
layout.start();
}
shutdown_chan.send(());
- }, FailureMsg(failure_msg), con_chan);
+ }, FailureMsg(failure_msg), con_chan, false);
}
}