diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-18 15:43:48 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-18 15:43:48 -0400 |
| commit | 96516e9ca263574fa58c2f0a48348fa0d876be10 (patch) | |
| tree | f22492f3345878aee734420f550158ec5c571fa3 /src/rt/rust_dom.cpp | |
| parent | 6a4a85f452ffe028e3be531f718c3545b1dc06ce (diff) | |
| download | rust-96516e9ca263574fa58c2f0a48348fa0d876be10.tar.gz rust-96516e9ca263574fa58c2f0a48348fa0d876be10.zip | |
One exit_task_glue to rule them all.
Diffstat (limited to 'src/rt/rust_dom.cpp')
| -rw-r--r-- | src/rt/rust_dom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_dom.cpp b/src/rt/rust_dom.cpp index 9c4faf56490..7a3ed513d66 100644 --- a/src/rt/rust_dom.cpp +++ b/src/rt/rust_dom.cpp @@ -263,7 +263,7 @@ rust_dom::start_main_loop() { DLOG(this, dom, "started domain loop"); DLOG(this, dom, "activate glue: " PTR ", exit glue: " PTR, - root_crate->get_activate_glue(), root_crate->get_exit_task_glue()); + root_crate->get_activate_glue(), rust_new_exit_task_glue); while (number_of_live_tasks() > 0) { A(this, kernel->is_deadlocked() == false, "deadlock"); |
