| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index d43ada40adab91eede2b1ba928e439cf11789a2d..33fafe716a42952de822dc220fa9c7d937de83ed 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -451,7 +451,7 @@ Code* Debug::debug_break_return_entry_ = NULL;
|
| Code* Debug::debug_break_return_ = NULL;
|
|
|
|
|
| -void Debug::HandleWeakDebugInfo(v8::Persistent<v8::Object> obj, void* data) {
|
| +void Debug::HandleWeakDebugInfo(v8::Persistent<v8::Value> obj, void* data) {
|
| DebugInfoListNode* node = reinterpret_cast<DebugInfoListNode*>(data);
|
| RemoveDebugInfo(node->debug_info());
|
| #ifdef DEBUG
|
|
|