| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index efcbf0ad081bbb1c5352c8765f065eaef8d3428e..69e2aaa8345d6908febc60fa43b238dca4e3558f 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -248,7 +248,7 @@ class Debug {
|
| static const int kEstimatedNofDebugInfoEntries = 16;
|
| static const int kEstimatedNofBreakPointsInFunction = 16;
|
|
|
| - static void HandleWeakDebugInfo(v8::Persistent<v8::Object> obj, void* data);
|
| + static void HandleWeakDebugInfo(v8::Persistent<v8::Value> obj, void* data);
|
|
|
| friend class Debugger;
|
| friend Handle<FixedArray> GetDebuggedFunctions(); // Found in test-debug.cc
|
|
|