aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_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/script/script_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/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 9b31c8b0dfc..58ff29ddd10 100644
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -302,7 +302,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.