Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: src/debug/debug.h

Issue 1525993002: [debugger] remove frame argument for prepare step. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index eb6912ca96eed7aa49b5fac8f7d9239ac7acc2a5..69c3a46d310a34394af50e3ede303d65b121b8f8 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -408,9 +408,7 @@ class Debug {
bool IsBreakOnException(ExceptionBreakType type);
// Stepping handling.
- void PrepareStep(StepAction step_action,
- int step_count,
- StackFrame::Id frame_id);
+ void PrepareStep(StepAction step_action, int step_count);
void PrepareStepIn(Handle<JSFunction> function);
void PrepareStepOnThrow();
void ClearStepping();
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698