diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-06-28 11:12:00 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-28 16:12:33 -0700 |
| commit | 2f84987a48c3625670cd62321f0e3dcb5c0e8768 (patch) | |
| tree | 85067ca589820f25b566bdf63a9990a9c49da216 /src/rt/rust_task.cpp | |
| parent | 49a8cb34d2b6e3f7af4a7cbe842fe48ffa0245eb (diff) | |
| download | rust-2f84987a48c3625670cd62321f0e3dcb5c0e8768.tar.gz rust-2f84987a48c3625670cd62321f0e3dcb5c0e8768.zip | |
Fixed Win32 compile errors.
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 52987c68d64..385e084cd6c 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -57,7 +57,7 @@ rust_task::rust_task(rust_dom *dom, rust_task_list *state, maybe_proxy<rust_task>(this), stk(NULL), runtime_sp(0), - rust_sp(NULL), + rust_sp(0), gc_alloc_chain(0), dom(dom), cache(NULL), |
