about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
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),