aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout_task.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-08-04 13:20:40 +0200
committerMs2ger <ms2ger@gmail.com>2014-08-04 13:21:39 +0200
commit4054a365b5461854944ec9dccb253f662269b56d (patch)
treedc36f45baf8f9536e188029fbbe54b9333fc7d98 /src/components/layout/layout_task.rs
parentdaf2a8a954d606bc88362e3f85da65639407b1e1 (diff)
downloadservo-4054a365b5461854944ec9dccb253f662269b56d.tar.gz
servo-4054a365b5461854944ec9dccb253f662269b56d.zip
Pass an argument to spawn_named_with_send_on_failure to support spawning native tasks.
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 fd9013835e2..094b3e46177 100644
--- a/src/components/layout/layout_task.rs
+++ b/src/components/layout/layout_task.rs
@@ -303,7 +303,7 @@ impl LayoutTaskFactory for LayoutTask {
layout.start();
}
shutdown_chan.send(());
- }, FailureMsg(failure_msg), con_chan);
+ }, FailureMsg(failure_msg), con_chan, false);
}
}