diff options
| author | Michael Bebenita <mbebenita@mozilla.com> | 2010-07-28 15:17:30 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2010-07-28 20:30:29 -0700 |
| commit | defd8a66eade4cb11960cf6de2b45c2f42ec3388 (patch) | |
| tree | d9c2c87a2df903ba4ae3b93536805a6b2ad17c39 /src/rt/rust_task.cpp | |
| parent | 30b3f8a11713e32fdb0d0059141289152a46d501 (diff) | |
| download | rust-defd8a66eade4cb11960cf6de2b45c2f42ec3388.tar.gz rust-defd8a66eade4cb11960cf6de2b45c2f42ec3388.zip | |
Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-ref distinction on rust_proxy.
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 2bb0954196e..189824ac16a 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -53,7 +53,7 @@ align_down(uintptr_t sp) rust_task::rust_task(rust_dom *dom, rust_task *spawner) : - rust_proxy_delegate<rust_task>(this), + maybe_proxy<rust_task>(this), stk(new_stk(dom, 0)), runtime_sp(0), rust_sp(stk->limit), |
