| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 2329b250f3e9ffdfd3e8bb5fac19f9a9958c505d..f7bf228825f27775f0a62dec5a595145fb8b7d1a 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -1558,7 +1558,7 @@ Handle<Object> Debug::GetSourceBreakLocations(
|
| BreakPointInfo* break_point_info =
|
| BreakPointInfo::cast(debug_info->break_points()->get(i));
|
| if (break_point_info->GetBreakPointCount() > 0) {
|
| - Smi* position;
|
| + Smi* position = NULL;
|
| switch (position_alignment) {
|
| case STATEMENT_ALIGNED:
|
| position = break_point_info->statement_position();
|
|
|