| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index 1a54cd234633f79f92377321f395d1cc74e7447e..a08744a161db36747a9770da53c60b5d289f94a6 100644
|
| --- a/src/debug/debug.cc
|
| +++ b/src/debug/debug.cc
|
| @@ -1377,7 +1377,7 @@ bool Debug::GetPossibleBreakpoints(Handle<Script> script, int start_position,
|
| CHECK(candidates[i]->HasDebugInfo());
|
| Handle<DebugInfo> debug_info(candidates[i]->GetDebugInfo());
|
| FindBreakablePositions(debug_info, start_position, end_position,
|
| - STATEMENT_ALIGNED, positions);
|
| + BREAK_POSITION_ALIGNED, positions);
|
| }
|
| return true;
|
| }
|
|
|