| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index eff9f916ff4d272136b43a08d1aa7f74802634ab..7497b4c9a2c69ceee5017aa296cef48302051846 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -460,9 +460,6 @@ class Debug {
|
| void ClearStepOut();
|
| void EnableStepIn();
|
|
|
| - void GetStepinPositions(JavaScriptFrame* frame, StackFrame::Id frame_id,
|
| - List<int>* results_out);
|
| -
|
| bool PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared);
|
|
|
| // Returns whether the operation succeeded. Compilation can only be triggered
|
|
|