Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 277d320588d04ccbdb92a715e6bdc147333beb85..2681ec7d4660e089476004f3d6c4327aa7a95218 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -16803,7 +16803,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++) { |