| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index e38fcc35a4ad50bd15a040281ac878fa582500ba..ab2cb27081ad12871f0bb87255e0c6448ac08300 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -16796,7 +16796,7 @@ void DebugInfo::SetBreakPoint(Handle<DebugInfo> debug_info,
|
| Handle<FixedArray> new_break_points =
|
| isolate->factory()->NewFixedArray(
|
| old_break_points->length() +
|
| - Debug::kEstimatedNofBreakPointsInFunction);
|
| + DebugInfo::kEstimatedNofBreakPointsInFunction);
|
|
|
| debug_info->set_break_points(*new_break_points);
|
| for (int i = 0; i < old_break_points->length(); i++) {
|
|
|