Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index b8b6874cfc0ceb0bc9a6118a6783177ae2bb2561..8ddcd8b04fc7a8d0cf4171f598cf2ba50ecfc65f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10773,10 +10773,10 @@ class DebugInfo: public Struct { |
int source_position, int statement_position, |
Handle<Object> break_point_object); |
// Get the break point objects for a code position. |
- Object* GetBreakPointObjects(int code_position); |
+ Handle<Object> GetBreakPointObjects(int code_position); |
// Find the break point info holding this break point object. |
- static Object* FindBreakPointInfo(Handle<DebugInfo> debug_info, |
- Handle<Object> break_point_object); |
+ static Handle<Object> FindBreakPointInfo(Handle<DebugInfo> debug_info, |
+ Handle<Object> break_point_object); |
// Get the number of break points for this function. |
int GetBreakPointCount(); |