Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index fd5f67d6f505d996c1c9830b2830634f4fd1debf..0eef0bc9a37d8179d52c3b9c48e7d3f93d5a287c 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -624,7 +624,7 @@ class Debug { |
static bool CompileDebuggerScript(Isolate* isolate, int index); |
void ClearOneShot(); |
- void ActivateStepIn(Handle<JSFunction> function, StackFrame* frame); |
+ void ActivateStepIn(StackFrame* frame); |
void ClearStepIn(); |
void ActivateStepOut(StackFrame* frame); |
void ClearStepNext(); |