| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index b3bb3c46a64cfa2d673f69c4bac9b6dc5809aaeb..2cb6e8b553d6622b6eb14c0d3c5ceaae286c29e9 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -77,7 +77,8 @@ const int kDebugPromiseFirstID = 1;
|
|
|
| class BreakLocation {
|
| public:
|
| - static BreakLocation FromFrame(StandardFrame* frame);
|
| + static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
|
| + JavaScriptFrame* frame);
|
|
|
| static void AllAtCurrentStatement(Handle<DebugInfo> debug_info,
|
| JavaScriptFrame* frame,
|
|
|