| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index a748b4cc7a10a984a5bb2accb437f334c46918a1..c7a55f4c1977fe0bf456e016d1877d35df784113 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2118,8 +2118,8 @@ bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared,
|
| return true;
|
| }
|
|
|
| - // Make sure we are prepared to handle breakpoints.
|
| - ASSERT(has_break_points_);
|
| + // There will be at least one break point when we are done.
|
| + has_break_points_ = true;
|
|
|
| // Ensure function is compiled. Return false if this failed.
|
| if (!function.is_null() &&
|
|
|