Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 93ef1cfc0973939388f18eb876e021b02a588de5..e3cadda38e227b542e9d77135d42c39dad05d205 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -716,7 +716,7 @@ DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) { |
debug_info_ = Handle<DebugInfo>::cast(global_handles->Create(debug_info)); |
typedef PhantomCallbackData<void>::Callback Callback; |
GlobalHandles::MakePhantom( |
- reinterpret_cast<Object**>(debug_info_.location()), this, |
+ reinterpret_cast<Object**>(debug_info_.location()), this, 0, |
reinterpret_cast<Callback>(Debug::HandlePhantomDebugInfo)); |
} |