Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index eb2708c32f36ee802463e529b07fb57b2d171b54..b80e6805669e4481927d95d11bb30fdda8bfbab4 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -69,7 +69,7 @@ class BreakLocation { |
static BreakLocation FromCodeOffset(Handle<DebugInfo> debug_info, int offset); |
static BreakLocation FromFrame(Handle<DebugInfo> debug_info, |
- JavaScriptFrame* frame); |
+ StandardFrame* frame); |
static void AllForStatementPosition(Handle<DebugInfo> debug_info, |
int statement_position, |
@@ -491,7 +491,7 @@ class Debug { |
bool IsDebugGlobal(JSGlobalObject* global); |
// Check whether this frame is just about to return. |
- bool IsBreakAtReturn(JavaScriptFrame* frame); |
+ bool IsBreakAtReturn(StandardFrame* frame); |
// Support for LiveEdit |
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id, |