Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index fcb4918839ffb699c4ed6bc63880eb345a4c27e9..e4fab6738fc6bf3ea736f166a7d8cfd835c5ed44 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -2039,7 +2039,7 @@ Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { |
// debug info object to avoid allocation while setting up the debug info |
// object. |
Handle<FixedArray> break_points( |
- NewFixedArray(Debug::kEstimatedNofBreakPointsInFunction)); |
+ NewFixedArray(DebugInfo::kEstimatedNofBreakPointsInFunction)); |
// Create and set up the debug info object. Debug info contains function, a |
// copy of the original code, the executing code and initial fixed array for |