Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index a95ecf27e847ab12b12ac375c1468d655bbb1d7c..2afe0f62131eebf791540c2b2621876f001e1037 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -559,8 +559,8 @@ class Debug { |
void ClearStepIn(); |
void ActivateStepOut(StackFrame* frame); |
void ClearStepNext(); |
- // Returns whether the compile succeeded. |
- void RemoveDebugInfo(Handle<DebugInfo> debug_info); |
+ void RemoveDebugInfoAndClearFromShared(Handle<DebugInfo> debug_info); |
+ void RemoveDebugInfo(DebugInfo** debug_info); |
Handle<Object> CheckBreakPoints(Handle<Object> break_point); |
bool CheckBreakPoint(Handle<Object> break_point_object); |